nushell/crates/nu-cli/src/shell
Kurtis 80ce8acf57
Add ThemedPalette (#1873)
* add theme module

* reorganize theme palette code

* improve tests

* move to newtype implementation for ThemeColor and fix Palette name.

* add dead code ignore for now

* fix allow dead code macro

* remove redundant import and unnecessary return

* fix ok_or clippy error

Co-authored-by: Kurtis Nusbaum <kcommiter@gmail.com>
2020-06-26 16:40:12 +12:00
..
completer.rs Add completion for binaries on PATH (#1866) 2020-05-23 20:27:52 -04:00
filesystem_shell.rs Last batch of removing async_stream (#1983) 2020-06-15 09:00:42 +12:00
help_shell.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
helper.rs create Palette trait (#1813) 2020-05-18 05:48:57 +12:00
palette.rs Add ThemedPalette (#1873) 2020-06-26 16:40:12 +12:00
shell_manager.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
shell.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
value_shell.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00