nushell/crates/nu-command/src
Peter Tolsma 5f39267a80
Make $nothing | into string == "" (#5490)
* Make $nothing | into string == ""

* Fix up existing into string tests

* Add $nothing | into string test

* Formatting

* Windows line endings test fix
2022-05-11 12:26:43 +03:00
..
conversions Make $nothing | into string == "" (#5490) 2022-05-11 12:26:43 +03:00
core_commands Add Nushell REPL simulator; Fix bug in overlay add (#5478) 2022-05-08 16:09:39 +03:00
database refactor for legibility (#5503) 2022-05-10 12:49:34 -05:00
dataframe Overlays (#5375) 2022-05-08 07:39:22 +12:00
date feat: add search terms to date (#5306) 2022-04-23 08:54:03 -05:00
deprecated add keep deprecated commands (#5124) 2022-04-08 10:10:46 +12:00
env update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
experimental Overlays (#5375) 2022-05-08 07:39:22 +12:00
filesystem opt: improve ls by call get_file_type only one time (#5500) 2022-05-10 08:01:06 -05:00
filters Remove 'empty' block support reminders, for now. (#5214) 2022-04-30 22:32:30 -05:00
formats Fix to csv and to tsv for simple list, close: #4780 (#5483) 2022-05-09 06:14:42 -05:00
generators implement seq char command to generate single character sequence (#5453) 2022-05-06 10:40:02 -05:00
hash update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
math Added search terms to math commands (#5224) 2022-04-19 09:33:32 +12:00
network Overlays (#5375) 2022-05-08 07:39:22 +12:00
path update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
platform Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
random Another batch of command tests (#4496) 2022-02-16 07:38:02 -05:00
shells update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
strings keep metadata while format filesize (#5502) 2022-05-10 11:24:06 -05:00
system Overlays (#5375) 2022-05-08 07:39:22 +12:00
viewers Display range values better (#5487) 2022-05-09 12:18:37 -05:00
default_context.rs add format filesize (#5498) 2022-05-10 06:35:14 -05:00
example_test.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
lib.rs Database commands (#5307) 2022-04-24 10:29:21 +01:00