fix: Completion cli documentation

Encountered this copy & paste error when using aiken.
This commit is contained in:
Sebastian Nagel 2025-01-08 09:49:47 +01:00
parent b3de1b048b
commit d15bd5150b
No known key found for this signature in database
GPG Key ID: B2BF1EFDD95012D9
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),