Clean up CLI params (#1165)

* Fix params: they are kebab not snake-cased
* Fix docs missing in cli
* remove unsed macro-use
This commit is contained in:
Benjamin Kampmann
2018-11-27 09:25:27 +01:00
committed by GitHub
parent dbe31230c3
commit 52e36bbeb8
4 changed files with 122 additions and 68 deletions
-1
View File
@@ -43,7 +43,6 @@ extern crate substrate_keystore;
#[macro_use]
extern crate log;
#[macro_use]
extern crate structopt;
pub use cli::error;