custom_cli

This commit is contained in:
Aiden McClelland
2021-08-31 22:53:48 -06:00
parent 34e599f826
commit 19eb4e2100
6 changed files with 44 additions and 37 deletions

View File

@@ -46,7 +46,6 @@ pub mod version;
pub mod volume;
pub use config::Config;
use context::CliContext;
pub use error::{Error, ErrorKind, ResultExt};
use rpc_toolkit::command;
use rpc_toolkit::yajrc::RpcError;