Skip to content

Commit

Permalink
lib: Drop circular commit alias
Browse files Browse the repository at this point in the history
clap correctly errors about this in debug mode.
  • Loading branch information
cgwalters committed May 18, 2023
1 parent a53e484 commit 04182ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ pub(crate) enum ContainerOpts {
compression_fast: bool,
},

#[clap(alias = "commit")]
/// Perform build-time checking and canonicalization.
/// This is presently an optional command, but may become required in the future.
Commit,
Expand Down

0 comments on commit 04182ae

Please sign in to comment.