nushell/crates/nu-cmd-dataframe/src/dataframe/lazy
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
..
aggregate.rs Convert Shellerror::GenericError to named fields (#11230) 2023-12-07 00:40:03 +01:00
collect.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
explode.rs Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
fetch.rs Ensure that command usage starts uppercase and ends period (#11278) 2023-12-10 08:28:54 -06:00
fill_nan.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
fill_null.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
filter.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
flatten.rs Ensure that command usage starts uppercase and ends period (#11278) 2023-12-10 08:28:54 -06:00
groupby.rs Update polars to 0.33 (#10672) 2023-10-11 21:28:18 +02:00
join.rs Spanned Value step 1: span all value cases (#10042) 2023-08-25 08:48:05 +12:00
macro_commands.rs Ensure that command usage starts uppercase and ends period (#11278) 2023-12-10 08:28:54 -06:00
mod.rs Nushell table list columns -> dataframe list columns. Explode / Flatten dataframe support. (#9951) 2023-08-15 06:54:37 -05:00
quantile.rs Improve type hovers (#9515) 2023-06-29 05:19:48 +12:00
select.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
sort_by_expr.rs Ensure that command usage starts uppercase and ends period (#11278) 2023-12-10 08:28:54 -06:00
to_lazy.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00