mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
fixes clap shit
This commit is contained in:
committed by
Aiden McClelland
parent
1c2fd192df
commit
efa60bf4ab
@@ -168,12 +168,7 @@ async fn inner_main() -> Result<(), Error> {
|
|||||||
.about("Configures LAN services")
|
.about("Configures LAN services")
|
||||||
.subcommand(
|
.subcommand(
|
||||||
SubCommand::with_name("enable")
|
SubCommand::with_name("enable")
|
||||||
.about("Publishes the LAN address for the service over avahi")
|
.about("Publishes the LAN addresses for all services")
|
||||||
.arg(
|
|
||||||
Arg::with_name("ID")
|
|
||||||
.help("ID of the application to publish the LAN address for")
|
|
||||||
.required(true),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -463,14 +458,6 @@ async fn inner_main() -> Result<(), Error> {
|
|||||||
)
|
)
|
||||||
.subcommand(SubCommand::with_name("reload").about("Reloads the tor configuration")),
|
.subcommand(SubCommand::with_name("reload").about("Reloads the tor configuration")),
|
||||||
)
|
)
|
||||||
.subcommand(
|
|
||||||
SubCommand::with_name("lan")
|
|
||||||
.about("Configures LAN services")
|
|
||||||
.subcommand(
|
|
||||||
SubCommand::with_name("enable")
|
|
||||||
.about("Publishes the LAN address for all services over avahi"),
|
|
||||||
),
|
|
||||||
)
|
|
||||||
.subcommand(
|
.subcommand(
|
||||||
SubCommand::with_name("info")
|
SubCommand::with_name("info")
|
||||||
.about("Prints information about an installed app")
|
.about("Prints information about an installed app")
|
||||||
|
|||||||
Reference in New Issue
Block a user