mirror of
https://github.com/nushell/nushell.git
synced 2025-04-01 11:46:20 +02:00
Update TODO.md
This commit is contained in:
parent
9c7d2ab8f2
commit
9e76fb2231
25
TODO.md
25
TODO.md
@ -1 +1,24 @@
|
|||||||
|
# Todo
|
||||||
|
- [x] Env shorthand
|
||||||
|
- [x] String interpolation
|
||||||
|
- [x] Aliases
|
||||||
|
- [x] Env vars
|
||||||
|
- [x] Sub commands
|
||||||
|
- [x] Floats
|
||||||
|
- [x] Tests
|
||||||
|
- [x] Decl requires $
|
||||||
|
- [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>)
|
||||||
|
- [x] variable type mismatch
|
||||||
|
- [ ] finish operator type-checking
|
||||||
|
- [ ] Column path
|
||||||
|
- [ ] Ranges
|
||||||
|
- [ ] Source
|
||||||
|
- [ ] Autoenv
|
||||||
|
- [ ] Block params
|
||||||
|
|
||||||
|
## Maybe:
|
||||||
|
- [ ] default param values?
|
||||||
|
- [ ] Unary not?
|
||||||
|
Loading…
Reference in New Issue
Block a user