mirror of
https://github.com/nushell/nushell.git
synced 2024-12-04 14:25:25 +01:00
df94052180
* 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> |
||
---|---|---|
.. | ||
abs.rs | ||
avg.rs | ||
ceil.rs | ||
eval.rs | ||
floor.rs | ||
math_.rs | ||
max.rs | ||
median.rs | ||
min.rs | ||
mod.rs | ||
mode.rs | ||
product.rs | ||
reducers.rs | ||
round.rs | ||
sqrt.rs | ||
stddev.rs | ||
sum.rs | ||
utils.rs | ||
variance.rs |