nushell/crates/nu-command/src/strings
Antoine Stevan 84cdc0d521
remove size command in favor of str stats (#10784)
follow-up to
- https://github.com/nushell/nushell/pull/10798

> **Important**
> wait for between 0.87 and 0.88 to land this

# Description
once again, after deprecation comes removal 😌 

# User-Facing Changes
`size` is now removed and `str size` should be used

# Tests + Formatting

# After Submitting
2023-11-17 06:49:19 +08:00
..
encode_decode Improve case insensitivity consistency (#10884) 2023-11-08 23:58:54 +01:00
format Convert ShellError::DatetimeParseError to named fields (#10991) 2023-11-08 13:04:02 +01:00
split Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
str_ Improve case insensitivity consistency (#10884) 2023-11-08 23:58:54 +01:00
char_.rs Use long options for string (#10777) 2023-10-19 22:08:09 +02:00
detect_columns.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00
mod.rs remove size command in favor of str stats (#10784) 2023-11-17 06:49:19 +08:00
parse.rs Convert more examples and tests to record! macro (#10840) 2023-10-28 14:52:31 +02:00