mirror of
https://github.com/nushell/nushell
synced 2024-11-11 07:34:14 +00:00
756 B
756 B
Todo
- Env shorthand
- String interpolation
- Aliases
- Env vars
- Sub commands
- Floats
- Tests
- Decl requires $ but shouldn't
- alias highlighting at call site
- refactor into subcrates
- subcommand alias
- type inference from successful parse (eg not
List<unknown>
butList<int>
) - parsing tables
- Block params
- Ranges
- Column path
- ...rest without calling it rest
- Iteration (
each
) over tables - ctrl-c support
- operator overflow
- finish operator type-checking
- Source
- Autoenv
- Externals
- let [first, rest] = [1, 2, 3] (design question: how do you pattern match a table?)
Maybe:
- default param values?
- Unary not?