nushell/crates/nu-command/src/formats/from
Dan Davison df94052180
Declare input and output types of commands (#6796)
* Add failing test that list of ints and floats is List<Number>

* Start defining subtype relation

* Make it possible to declare input and output types for commands

- Enforce them in tests

* Declare input and output types of commands

* Add formatted signatures to `help commands` table

* Revert SyntaxShape::Table -> Type::Table change

* Revert unnecessary derive(Hash) on SyntaxShape

Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
2022-11-10 10:55:05 +13:00
..
command.rs Print command help in base from+to commands (#6856) 2022-10-21 10:08:57 -07:00
csv.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
delimited.rs feat: add disable field type inferencing for from csv and from tsv, fix: #3485 and #4217 (#5467) 2022-05-07 15:04:31 -05:00
eml.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
ics.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
ini.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
json.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
mod.rs Add nuon format for fun (#4401) 2022-02-20 16:26:41 -05:00
nuon.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
ods.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
ssv.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
toml.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
tsv.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
url.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
vcf.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
xlsx.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
xml.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
yaml.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00