Porting 'char' command from nushell to engine-q (#500)

* Port 'char' command from nushell to engine-q

* fixed unit tests

* Actually fixed unit tests
This commit is contained in:
Matthew Auld
2021-12-15 18:08:12 -05:00
committed by GitHub
parent e289630920
commit 89e2169521
4 changed files with 268 additions and 0 deletions

View File

@ -101,6 +101,7 @@ pub fn create_default_context() -> EngineState {
// Strings
bind_command! {
BuildString,
Char,
Format,
Parse,
Size,