mirror of
https://github.com/nushell/nushell.git
synced 2024-11-16 05:23:44 +01:00
522 B
522 B
Todo
- Env shorthand
- String interpolation
- Aliases
- Env vars
- Sub commands
- Floats
- Tests
- Decl requires $
- alias highlighting at call site
- refactor into subcrates
- subcommand alias
- type inference from successful parse (eg not List but List)
- variable type mismatch
- finish operator type-checking
- Column path
- Ranges
- Source
- Autoenv
- Block params
Maybe:
- default param values?
- Unary not?