forked from extern/nushell
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:
@ -101,6 +101,7 @@ pub fn create_default_context() -> EngineState {
|
||||
// Strings
|
||||
bind_command! {
|
||||
BuildString,
|
||||
Char,
|
||||
Format,
|
||||
Parse,
|
||||
Size,
|
||||
|
Reference in New Issue
Block a user