nushell/crates/nu-cli/src
Luccas Mateus b076e375ca
Fix broken removal of sockets (#2629)
* make sort-by fail gracefully if mismatched types are compared

* Added a test to check if sorted-by with invalid types exists gracefully

* Linter changes

* removed redundant pattern matching

* Changed the error message

* Added a comma after every argument

* Changed the test to accomodate the new err messages

* Err message for sort-by invalid types now shows the mismatched types

* Lints problems

* Changed unwrap to expect

* Added the -f flag to rm command

Now when you a use rm -f there will be no error message, even if the
file doesnt actually exist

* Lint problems

* Fixed the wrong line

* Removed println

* Spelling mistake

* Fix problems when you mv a file into itself

* Lint mistakes

* Remove unecessary filtering in most cases

* Allow the removal of sockets

* Conditional compilations to systems without socket
2020-10-02 17:50:55 +13:00
..
commands Add examples to update cmd (#2628) 2020-10-01 20:13:42 -05:00
completion Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
env Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
evaluate did_you_mean without dependency (#2610) 2020-09-29 16:32:29 +13:00
shell Fix broken removal of sockets (#2629) 2020-10-02 17:50:55 +13:00
stream Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
utils Consolidate suggestions code (#2597) 2020-09-25 15:44:24 +12:00
cli.rs Line charts. Chart plugin sub command extraction. (#2627) 2020-10-01 19:23:10 -05:00
command_registry.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
commands.rs Line charts. Chart plugin sub command extraction. (#2627) 2020-10-01 19:23:10 -05:00
deserializer.rs Remove panics from random integer and make the constraint more idiomatic (#2578) 2020-09-20 08:41:49 +12:00
documentation.rs Include subcommands in help commands (#2575) 2020-09-20 08:37:47 +12:00
env.rs WIP: Per directory env-variables (#1943) 2020-06-08 19:55:25 +12:00
evaluation_context.rs Refactor scope (#2602) 2020-09-26 11:40:02 +12:00
examples.rs Refactor scope (#2602) 2020-09-26 11:40:02 +12:00
format.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
futures.rs
git.rs Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
keybinding.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
lib.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
path.rs Changing the directory to '.' doesn't modify the prompt anymore (#2457) 2020-08-31 05:24:38 +12:00
plugin.rs Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
prelude.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
shell.rs Update rustyline to latest (#2565) 2020-09-17 18:02:30 +12:00
utils.rs Consolidate suggestions code (#2597) 2020-09-25 15:44:24 +12:00