mirror of
https://github.com/nushell/nushell.git
synced 2024-12-04 06:15:27 +01:00
14512988ba
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. |
||
---|---|---|
.. | ||
deprecated_commands.rs | ||
hash_base64.rs | ||
mod.rs | ||
source.rs | ||
str_datetime.rs | ||
str_decimal.rs | ||
str_find_replace.rs | ||
str_int.rs |