src/cli/command.rs: move code into separate file

This commit is contained in:
Dietmar Maurer
2018-12-10 13:36:52 +01:00
parent 211fabd795
commit b7329c8a1a
3 changed files with 92 additions and 87 deletions

View File

@ -50,4 +50,10 @@ pub mod storage {
pub mod getopts;
pub mod cli {
pub mod command;
}
pub mod api3;