Added Key in subcommand (#651)

* Added Key in subcommand

* Update command.rs

Co-authored-by: Ayush <>
This commit is contained in:
Ayush Mishra
2021-10-12 18:39:07 +05:30
committed by GitHub
parent 3520acc3f2
commit ee151d716c
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -399,6 +399,7 @@ pub fn run() -> Result<()> {
You can enable it with `--features runtime-benchmarks`."
.into())
},
Some(Subcommand::Key(cmd)) => Ok(cmd.run(&cli)?),
None => {
let runner = cli.create_runner(&cli.run.normalize())?;