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:
Chris Guida
2021-09-24 20:51:02 -05:00
committed by GitHub
parent fd3ebf737c
commit 5222b16e28
2 changed files with 80 additions and 10 deletions

View File

@@ -84,6 +84,7 @@ pub fn server() -> Result<(), RpcError> {
}
#[command(subcommands(
action::action,
install::install,
install::uninstall,
config::config,