diff --git a/cli/src/forge_opts.rs b/cli/src/forge_opts.rs index 006ac8ad62f3..420624411d65 100644 --- a/cli/src/forge_opts.rs +++ b/cli/src/forge_opts.rs @@ -115,7 +115,10 @@ pub enum Subcommands { about = "prints the automatically inferred remappings for this repository" )] Remappings { - #[structopt(help = "the project's root path, default being the current working directory", long)] + #[structopt( + help = "the project's root path, default being the current working directory", + long + )] root: Option, #[structopt(help = "the paths where your libraries are installed", long)] lib_paths: Vec, @@ -154,7 +157,10 @@ pub enum Subcommands { #[structopt(about = "removes the build artifacts and cache directories")] Clean { - #[structopt(help = "the project's root path, default being the current working directory", long)] + #[structopt( + help = "the project's root path, default being the current working directory", + long + )] root: Option, }, } @@ -289,7 +295,10 @@ impl std::convert::TryFrom<&BuildOpts> for Project { #[derive(Debug, StructOpt)] pub struct BuildOpts { - #[structopt(help = "the project's root path, default being the current working directory", long)] + #[structopt( + help = "the project's root path, default being the current working directory", + long + )] pub root: Option, #[structopt(