Skip to content

Commit

Permalink
chore: figma -> fig (foundry-rs#2784)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Aug 15, 2022
1 parent 9c02770 commit d347852
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anvil/src/anvil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub enum Commands {
#[clap(arg_enum)]
shell: clap_complete::Shell,
},
#[clap(visible_alias = "fig", about = "Generate Figma autocompletion spec.")]
#[clap(visible_alias = "fig", about = "Generate Fig autocompletion spec.")]
GenerateFigSpec,
}

Expand Down
2 changes: 1 addition & 1 deletion cli/src/opts/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ If an address is specified, then the ABI is fetched from Etherscan."#,
#[clap(arg_enum)]
shell: clap_complete::Shell,
},
#[clap(visible_alias = "fig", about = "Generate Figma autocompletion spec.")]
#[clap(visible_alias = "fig", about = "Generate Fig autocompletion spec.")]
GenerateFigSpec,
#[clap(
name = "run",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/opts/forge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub enum Subcommands {
#[clap(arg_enum)]
shell: clap_complete::Shell,
},
#[clap(visible_alias = "fig", about = "Generate Figma autocompletion spec.")]
#[clap(visible_alias = "fig", about = "Generate Fig autocompletion spec.")]
GenerateFigSpec,
#[clap(visible_alias = "cl", about = "Remove the build artifacts and cache directories.")]
Clean {
Expand Down

0 comments on commit d347852

Please sign in to comment.