Skip to content

Commit

Permalink
null out completions command
Browse files Browse the repository at this point in the history
  • Loading branch information
bayou-brogrammer committed Jan 28, 2024
1 parent 6877be2 commit a970e9a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/bin/bb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ enum CommandArgs {
/// Create a pre-populated GitHub issue with information about your configuration
BugReport,

/// Generate starship shell completions for your shell to stdout
Completions {
#[clap(value_enum)]
shell: CompletionShell,
},
// /// Generate starship shell completions for your shell to stdout
// Completions {
// #[clap(value_enum)]
// shell: CompletionShell,
// },

/// Build an image from a recipe
Build(build::BuildCommand),
Expand Down

0 comments on commit a970e9a

Please sign in to comment.