nushell/crates/nu-cli/src/shell
Jonathan Turner ac578b8491
Multiline scripts part 2 (#2795)
* Begin allowing comments and multiline scripts.

* clippy

* Finish moving to groups. Test pass

* Keep going

* WIP

* WIP

* BROKEN WIP

* WIP

* WIP

* Fix more tests

* WIP: alias starts working

* Broken WIP

* Broken WIP

* Variables begin to work

* captures start working

* A little better but needs fixed scope

* Shorthand env setting

* Update main merge

* Broken WIP

* WIP

* custom command parsing

* Custom commands start working

* Fix coloring and parsing of block

* Almost there

* Add some tests

* Add more param types

* Bump version

* Fix benchmark

* Fix stuff
2020-12-18 20:53:49 +13:00
..
completer.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
filesystem_shell.rs Inode added to ls -l (#2711) 2020-10-31 06:39:01 +13:00
help_shell.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
helper.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
painter.rs Multiline scripts part 2 (#2795) 2020-12-18 20:53:49 +13:00
palette.rs Implement exclusive and inclusive ranges with ..< and .. (#2541) 2020-09-14 09:53:08 +12:00
shell_manager.rs Refactor all completion logic into NuCompleter (#2252) 2020-07-25 11:39:12 +12:00
shell.rs Refactor all completion logic into NuCompleter (#2252) 2020-07-25 11:39:12 +12:00
value_shell.rs Refactor completion trait (#2555) 2020-09-16 16:37:43 +12:00