forked from extern/nushell
from yaml
and from yml
(#322)
* MathEval Variance and Stddev * Fix tests and linting * Typo * Deal with streams when they are not tables * `from yaml` and `from yml` `from yaml` and `from yml` from yaml and from yml * Fix collect_string * Fix tests and linting
This commit is contained in:
@ -47,6 +47,8 @@ pub fn create_default_context() -> EngineState {
|
||||
From,
|
||||
FromCsv,
|
||||
FromJson,
|
||||
FromYaml,
|
||||
FromYml,
|
||||
FromTsv,
|
||||
Get,
|
||||
Griddle,
|
||||
|
Reference in New Issue
Block a user