nushell/crates/nu-command/src/deprecated
adamijak 14512988ba
Rename all?, any? and empty? (#6464)
Rename `all?`, `any?` and `empty?` to `all`, `any` and `is-empty` for sake of simplicity and consistency.

- More understandable for newcomers, that these commands are no special to others.
- `?` syntax did not really aprove readability. For me it made it worse.
- We can reserve `?` syntax for any other nushell feature.
2022-09-05 16:41:06 +02:00
..
deprecated_commands.rs Rename all?, any? and empty? (#6464) 2022-09-05 16:41:06 +02:00
hash_base64.rs Deprecate hash base64, extend decode and add encode commands (#5863) 2022-06-26 00:35:23 +03:00
mod.rs Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
source.rs Move from source to source-env (#6277) 2022-09-01 08:32:56 +12:00
str_datetime.rs feat: mark str to-datetime as deprecated command (#4448) 2022-02-12 20:30:37 -06:00
str_decimal.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00
str_find_replace.rs update str find-replace to str replace (#5120) 2022-04-07 08:41:09 -05:00
str_int.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00