misc fixes

This commit is contained in:
Aiden McClelland
2021-09-01 14:47:49 -06:00
parent 09a9cfe88c
commit 172762ce0e
9 changed files with 141 additions and 32 deletions

View File

@@ -59,11 +59,12 @@ pub fn echo(#[arg] message: String) -> Result<String, RpcError> {
#[command(subcommands(
version::git_info,
echo,
developer::init,
s9pk::pack,
s9pk::verify,
developer::init,
inspect::inspect,
package,
net::net,
auth::auth,
db::db,
))]