mirror of
https://github.com/nushell/nushell
synced 2024-11-11 07:34:14 +00:00
updated TODO
This commit is contained in:
parent
979faf853a
commit
b930fc5d9d
1 changed files with 1 additions and 1 deletions
2
TODO.md
2
TODO.md
|
@ -12,6 +12,7 @@
|
|||
- [x] subcommand alias
|
||||
- [x] type inference from successful parse (eg not `List<unknown>` but `List<int>`)
|
||||
- [x] parsing tables
|
||||
- [x] Block params
|
||||
- [ ] Column path
|
||||
- [ ] ...rest without calling it rest
|
||||
- [ ] operator overflow
|
||||
|
@ -19,7 +20,6 @@
|
|||
- [ ] Ranges
|
||||
- [ ] Source
|
||||
- [ ] Autoenv
|
||||
- [ ] Block params
|
||||
- [ ] let [first, rest] = [1, 2, 3]
|
||||
|
||||
## Maybe:
|
||||
|
|
Loading…
Reference in a new issue