mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
implement package.action rpc/cli command (#503)
* implement package.action rpc/cli command * use action id instead of name * make ActionResult display impl nicer Co-authored-by: Aiden McClelland <me@drbonez.dev>
This commit is contained in:
@@ -84,6 +84,7 @@ pub fn server() -> Result<(), RpcError> {
|
||||
}
|
||||
|
||||
#[command(subcommands(
|
||||
action::action,
|
||||
install::install,
|
||||
install::uninstall,
|
||||
config::config,
|
||||
|
||||
Reference in New Issue
Block a user