mirror of
https://github.com/nushell/nushell
synced 2025-01-28 21:05:48 +00:00
23 lines
510 B
Markdown
23 lines
510 B
Markdown
# Todo
|
|
- [x] Env shorthand
|
|
- [x] String interpolation
|
|
- [x] Aliases
|
|
- [x] Env vars
|
|
- [x] Sub commands
|
|
- [x] Floats
|
|
- [x] Tests
|
|
- [x] Decl requires $ but shouldn't
|
|
- [x] alias highlighting at call site
|
|
- [x] refactor into subcrates
|
|
- [x] subcommand alias
|
|
- [x] type inference from successful parse (eg not `List<unknown>` but `List<int>`)
|
|
- [ ] finish operator type-checking
|
|
- [ ] Column path
|
|
- [ ] Ranges
|
|
- [ ] Source
|
|
- [ ] Autoenv
|
|
- [ ] Block params
|
|
|
|
## Maybe:
|
|
- [ ] default param values?
|
|
- [ ] Unary not?
|