Companion PR for #6564 (#1350)

* Add log_rotation_opt

* Update Cargo lock

* Use SubstrateCli's log-directory instead of re-defining it
This commit is contained in:
pscott
2020-07-08 14:05:41 +02:00
committed by GitHub
parent 61ba45aaad
commit acb5875e85
3 changed files with 160 additions and 142 deletions
-2
View File
@@ -84,11 +84,9 @@ pub struct RunCmd {
#[allow(missing_docs)]
#[derive(Debug, StructOpt)]
pub struct Cli {
#[allow(missing_docs)]
#[structopt(subcommand)]
pub subcommand: Option<Subcommand>,
#[allow(missing_docs)]
#[structopt(flatten)]
pub run: RunCmd,
}