create Palette trait (#1813)

* create Pallet trait

* correct spelling to palette

* move palette to it's own module
This commit is contained in:
Kurtis
2020-05-17 10:48:57 -07:00
committed by GitHub
parent e728cecb4d
commit d4dd8284a6
4 changed files with 87 additions and 43 deletions

View File

@@ -4,6 +4,7 @@ pub(crate) mod completer;
pub(crate) mod filesystem_shell;
pub(crate) mod help_shell;
pub(crate) mod helper;
pub(crate) mod palette;
pub(crate) mod shell;
pub(crate) mod shell_manager;
pub(crate) mod value_shell;