nushell/crates/nu-cli/src
Andrés N. Robalino b6d19cc9fa
Move command changes. Refactorings. (#2683)
Continuing on anchoring and improvements on Nu's overall internal commands (#2635).
`move column` sub command has been turned into the command `move` since
we use it to move exclusively columns. Examples added as well.

Fixed it to carry along any anchor locations that might be in place if
table to be moved originates from other sources.
2020-10-20 04:07:13 -05:00
..
commands Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05:00
completion Fix clippy lints (#2651) 2020-10-09 10:47:51 +13:00
env Added -1 back when determining term_width (#2646) 2020-10-07 12:45:57 -05:00
evaluate Add parser improvements (#2679) 2020-10-19 20:03:14 +13:00
shell Fix broken removal of sockets (#2629) 2020-10-02 17:50:55 +13:00
stream
utils Consolidate suggestions code (#2597) 2020-09-25 15:44:24 +12:00
cli.rs Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05:00
command_registry.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
commands.rs Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -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
evaluation_context.rs Refactor scope (#2602) 2020-09-26 11:40:02 +12:00
examples.rs Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05:00
format.rs
futures.rs
git.rs
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 Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05: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