mirror of
https://github.com/nushell/nushell
synced 2024-11-10 23:24:14 +00:00
629 B
629 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
- ...rest without calling it rest
- operator overflow
- finish operator type-checking
- Column path
- Ranges
- Source
- Autoenv
- Block params
- let [first, rest] = [1, 2, 3]
Maybe:
- default param values?
- Unary not?