Merge pull request #1081 from aiken-lang/fix-completion-cli-doc
Fix completion cli documentation
This commit is contained in:
commit
7e9e187aac
|
@ -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