mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
address bugs
This commit is contained in:
@@ -72,7 +72,13 @@ pub fn main_api(#[context] ctx: EitherContext) -> Result<EitherContext, RpcError
|
||||
Ok(ctx)
|
||||
}
|
||||
|
||||
#[command(subcommands(install::install, config::config, control::start, control::stop))]
|
||||
#[command(subcommands(
|
||||
install::install,
|
||||
install::uninstall,
|
||||
config::config,
|
||||
control::start,
|
||||
control::stop
|
||||
))]
|
||||
pub fn package(#[context] ctx: EitherContext) -> Result<EitherContext, RpcError> {
|
||||
Ok(ctx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user