sometimes you want a text output (#5441)

This commit is contained in:
Darren Schroeder
2022-05-04 14:12:23 -05:00
committed by GitHub
parent 48cf103439
commit 6623ed9061
3 changed files with 85 additions and 0 deletions

View File

@ -265,6 +265,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
ToJson,
ToMd,
ToNuon,
ToText,
ToToml,
ToTsv,
ToCsv,