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

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