forked from extern/nushell
From ssv from xml (#383)
* MathEval Variance and Stddev * Fix tests and linting * Typo * Deal with streams when they are not tables * From xml and from ssv * linting
This commit is contained in:
@ -71,6 +71,8 @@ pub fn create_default_context() -> EngineState {
|
||||
FromIcs,
|
||||
FromIni,
|
||||
FromVcf,
|
||||
FromSsv,
|
||||
FromXml,
|
||||
FromXlsx,
|
||||
Get,
|
||||
Griddle,
|
||||
|
Reference in New Issue
Block a user