Merge pull request #1081 from aiken-lang/fix-completion-cli-doc

Fix completion cli documentation
This commit is contained in:
Matthias Benkort 2025-01-08 10:58:37 +01:00 committed by GitHub
commit 7e9e187aac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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),