Skip to content

Commit

Permalink
feat: added an alias for synth generate command (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
christos-h authored Aug 14, 2021
1 parent d943582 commit 127519f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synth/src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ pub enum Args {
#[structopt(parse(from_os_str), help = "name of directory to initialize")]
init_path: Option<PathBuf>,
},
#[structopt(about = "Generate data from a namespace")]
#[structopt(about = "Generate data from a namespace", alias = "gen")]
Generate {
#[structopt(
help = "the namespace directory from which to generate",
Expand Down

0 comments on commit 127519f

Please sign in to comment.