Skip to content

Commit

Permalink
Remove duplicate line from clap (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodas authored Feb 21, 2024
1 parent ce89cdb commit 13d2d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/commands/completions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ use crate::ops::fuelup_completions;
#[derive(Debug, Parser)]
pub struct CompletionsCommand {
/// Specify shell to enable tab-completion for
///
/// [possible values: zsh, bash, fish, powershell, elvish]
#[clap(short = 'S', long)]
pub shell: Shell,
}
Expand Down

0 comments on commit 13d2d12

Please sign in to comment.