mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
♻️ rework some help strings (#12306)
# Description I changed some help outputs:   I also checked with `rg` the commands deprecated in #9840 and found a help or a comment here and there. # User-Facing Changes same of above # Tests + Formatting
This commit is contained in:
@ -233,7 +233,7 @@ fn usage_start_uppercase() {
|
||||
|
||||
// Check lowercase to allow usage to contain syntax like:
|
||||
//
|
||||
// "`let-env FOO = ...` …"
|
||||
// "`$env.FOO = ...`"
|
||||
if usage.starts_with(|u: char| u.is_lowercase()) {
|
||||
failures.push(format!("{cmd_name}: \"{usage}\""));
|
||||
}
|
||||
|
Reference in New Issue
Block a user