nushell/crates/nu-command/src/platform
Eric Hodel ecb3b3a364
Ensure that command usage starts uppercase and ends period (#11278)
# Description

This repeats #8268 to make all command usage strings start with an
uppercase letter and end with a period per #5056

Adds a test to ensure that commands won't regress

Part of #5066

# User-Facing Changes

Command usage is now consistent

# Tests + Formatting

- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
- 🟢 `toolkit test`
- 🟢 `toolkit test stdlib`

# After Submitting

Automatic documentation updates
2023-12-10 08:28:54 -06:00
..
ansi Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
input Ensure that command usage starts uppercase and ends period (#11278) 2023-12-10 08:28:54 -06:00
clear.rs Simplify clear implementation (#11273) 2023-12-09 15:24:19 -06:00
dir_info.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
du.rs Convert remainder of ShellError variants to named fields (#11276) 2023-12-09 18:46:21 -06:00
is_terminal.rs Ensure that command usage starts uppercase and ends period (#11278) 2023-12-10 08:28:54 -06:00
kill.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
mod.rs Add is-terminal to determine if stdin/out/err are a terminal (#10970) 2023-11-21 20:48:39 -06:00
sleep.rs return error when user break sleep by ctrl-c (#10234) 2023-09-05 09:21:30 -05:00
term_size.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
whoami.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00