forked from extern/nushell
Porting 'ansi gradient' command from nushell to engine-q (#509)
* Porting 'ansi gradient' command from nushell to engine-q * passed correct span variable
This commit is contained in:
@ -132,8 +132,7 @@ pub fn create_default_context() -> EngineState {
|
||||
StrStartsWith,
|
||||
StrSubstring,
|
||||
StrTrim,
|
||||
StrUpcase,
|
||||
Ansi
|
||||
StrUpcase
|
||||
};
|
||||
|
||||
// FileSystem
|
||||
@ -149,6 +148,8 @@ pub fn create_default_context() -> EngineState {
|
||||
|
||||
// Platform
|
||||
bind_command! {
|
||||
Ansi,
|
||||
AnsiGradient,
|
||||
Clear,
|
||||
Kill,
|
||||
Sleep,
|
||||
|
Reference in New Issue
Block a user