nushell/crates/nu-command/src/bytes
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
..
add.rs Add long options for bits and bytes (#10601) 2023-10-05 18:45:28 +02:00
at.rs Ensure that command usage starts uppercase and ends period (#11278) 2023-12-10 08:28:54 -06:00
build_.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
bytes_.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
collect.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
ends_with.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
index_of.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
length.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs move 'bytes' back to commands (#10051) 2023-08-19 22:43:53 +02:00
remove.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
replace.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
reverse.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
starts_with.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00