mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +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;
|
init.auto_alias = true;
|
||||||
index += 1;
|
index += 1;
|
||||||
}
|
}
|
||||||
"--noncf" => {
|
"--nocnf" => {
|
||||||
init.cnf = false;
|
init.cnf = false;
|
||||||
index += 1
|
index += 1
|
||||||
}
|
}
|
||||||
|
|
@ -66,7 +66,7 @@ fn print_help() {
|
||||||
"{}",
|
"{}",
|
||||||
t!(
|
t!(
|
||||||
"help",
|
"help",
|
||||||
usage = "pay-respects <shell> [--alias [<alias>]] [--noncf]",
|
usage = "pay-respects <shell> [--alias [<alias>]] [--nocnf]",
|
||||||
eval = "Bash / Zsh / Fish".bold(),
|
eval = "Bash / Zsh / Fish".bold(),
|
||||||
eval_examples = r#"
|
eval_examples = r#"
|
||||||
eval "$(pay-respects bash --alias)"
|
eval "$(pay-respects bash --alias)"
|
||||||
|
|
@ -76,7 +76,7 @@ pay-respects fish --alias | source
|
||||||
manual = "Nushell / PowerShell".bold(),
|
manual = "Nushell / PowerShell".bold(),
|
||||||
manual_examples = r#"
|
manual_examples = r#"
|
||||||
pay-respects nushell [--alias <alias>]
|
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