Skip to content

Commit

Permalink
feat: add long disable fast track option to hc scaffold web-app
Browse files Browse the repository at this point in the history
  • Loading branch information
c12i committed May 23, 2024
1 parent 3e919a3 commit 40389df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ pub enum HcScaffoldCommand {
holo_enabled: bool,

/// Whether to skip setting up an initial DNA and it's zome(s) after the web app is scaffolded
#[structopt(short = "F")]
#[structopt(long = "disable-fast-track", short = "F")]
disable_fast_track: bool,
},
/// Manage custom templates
Expand Down

0 comments on commit 40389df

Please sign in to comment.