fix: Completion cli documentation
Encountered this copy & paste error when using aiken.
This commit is contained in:
parent
b3de1b048b
commit
d15bd5150b
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue