mirror of
https://github.com/nushell/nushell
synced 2024-11-14 00:47:09 +00:00
867 B
867 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 - Handling rows with missing columns during a cell path
- Error shortcircuit (stopping on first error)
- 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?