src/cli/command.rs: move code into separate file
This commit is contained in:
@ -50,4 +50,10 @@ pub mod storage {
|
||||
|
||||
pub mod getopts;
|
||||
|
||||
pub mod cli {
|
||||
|
||||
pub mod command;
|
||||
}
|
||||
|
||||
|
||||
pub mod api3;
|
||||
|
Reference in New Issue
Block a user