nushell/crates/nu-command/src/strings
Antoine Stevan f8939de14f
Remove str replace --string after deprecation (#10064)
related to
- https://github.com/nushell/nushell/pull/10038

# Description
`str replace --string` has been deprecated in
https://github.com/nushell/nushell/pull/10038 and should be removed
before 0.85.

this PR removes the `--string` option from `str replace` completely.

# User-Facing Changes
`str replace --string` will no longer work and will give an error
instead of a warning.
2023-09-19 15:54:20 +02:00
..
encode_decode Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
format update format date when using %x %X %r (#10272) 2023-09-08 08:59:05 -05:00
split Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
str_ Remove str replace --string after deprecation (#10064) 2023-09-19 15:54:20 +02:00
char_.rs Create Record type (#10103) 2023-08-25 07:50:29 +12:00
detect_columns.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
mod.rs Move format duration/filesize back into core (#9978) 2023-08-11 06:01:47 +12:00
parse.rs Auto format let-else block (#10214) 2023-09-04 19:42:31 +12:00
size.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00