nushell/crates/nu-command/src/strings/split
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
..
chars.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
column.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
command.rs Highlight help tutor (#838) 2022-01-25 02:05:19 +11:00
list.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
mod.rs add a split words command (#6363) 2022-08-20 05:55:54 +12:00
row.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00
words.rs Declare input and output types of commands (#6796) 2022-11-10 10:55:05 +13:00