mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
fix: ncf to cnf
This commit is contained in:
parent
b016d5492c
commit
cfaf7ee563
1 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ pub fn handle_args() -> Status {
|
|||
init.auto_alias = true;
|
||||
index += 1;
|
||||
}
|
||||
"--noncf" => {
|
||||
"--nocnf" => {
|
||||
init.cnf = false;
|
||||
index += 1
|
||||
}
|
||||
|
|
@ -66,7 +66,7 @@ fn print_help() {
|
|||
"{}",
|
||||
t!(
|
||||
"help",
|
||||
usage = "pay-respects <shell> [--alias [<alias>]] [--noncf]",
|
||||
usage = "pay-respects <shell> [--alias [<alias>]] [--nocnf]",
|
||||
eval = "Bash / Zsh / Fish".bold(),
|
||||
eval_examples = r#"
|
||||
eval "$(pay-respects bash --alias)"
|
||||
|
|
@ -76,7 +76,7 @@ pay-respects fish --alias | source
|
|||
manual = "Nushell / PowerShell".bold(),
|
||||
manual_examples = r#"
|
||||
pay-respects nushell [--alias <alias>]
|
||||
pay-respects pwsh [--alias <alias>] [--nocnf]
|
||||
pay-respects pwsh [--alias <alias>]
|
||||
"#
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue