mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
appmgr: adjust subcommand tree
This commit is contained in:
committed by
Keagan McClelland
parent
71a3728fbb
commit
3fce90b7a8
@@ -816,10 +816,10 @@ async fn inner_main() -> Result<(), Error> {
|
||||
.takes_value(true)
|
||||
.help("Password to use for encryption of backup file"),
|
||||
),
|
||||
)
|
||||
.subcommand(
|
||||
SubCommand::with_name("repair-app-status").about("Restarts crashed apps"), // TODO: remove
|
||||
),
|
||||
)
|
||||
.subcommand(
|
||||
SubCommand::with_name("repair-app-status").about("Restarts crashed apps"), // TODO: remove
|
||||
);
|
||||
|
||||
let matches = app.clone().get_matches();
|
||||
|
||||
Reference in New Issue
Block a user