Skip to content

Commit

Permalink
Merge pull request #933 from hirosystems/fix-completions
Browse files Browse the repository at this point in the history
fix: resolve panic when generating completions
  • Loading branch information
Ludo Galabru authored Mar 14, 2023
2 parents 688dbd4 + 11b6094 commit d8af8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/clarinet-cli/src/frontend/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ use super::telemetry::{telemetry_report_event, DeveloperUsageDigest, DeveloperUs
/// For Clarinet documentation, refer to https://docs.hiro.so/clarinet/introduction.
/// Report any issues here https://github.com/hirosystems/clarinet/issues/new.
#[derive(Parser, PartialEq, Clone, Debug)]
#[clap(version = option_env!("CARGO_PKG_VERSION").expect("Unable to detect version"), name = "clarinet")]
#[clap(version = option_env!("CARGO_PKG_VERSION").expect("Unable to detect version"), name = "clarinet", bin_name = "clarinet")]
struct Opts {
#[clap(subcommand)]
command: Command,
Expand Down

0 comments on commit d8af8f6

Please sign in to comment.