forked from extern/nushell
sometimes you want a text output (#5441)
This commit is contained in:
@ -265,6 +265,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
ToJson,
|
||||
ToMd,
|
||||
ToNuon,
|
||||
ToText,
|
||||
ToToml,
|
||||
ToTsv,
|
||||
ToCsv,
|
||||
|
Reference in New Issue
Block a user