Skip to content

Commit

Permalink
Merge pull request #1081 from aiken-lang/fix-completion-cli-doc
Browse files Browse the repository at this point in the history
Fix completion cli documentation
  • Loading branch information
KtorZ authored Jan 8, 2025
2 parents b3de1b0 + d15bd51 commit 7e9e187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aiken/src/cmd/completion/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pub mod shell;
use clap::Subcommand;
use clap_complete::Shell;

/// Commands for working with transactions
/// Get completion scripts for various shells
#[derive(Subcommand)]
pub enum Cmd {
Bash(shell::Args),
Expand Down

0 comments on commit 7e9e187

Please sign in to comment.