mirror of
https://github.com/daylinmorgan/hwylterm.git
synced 2024-11-16 06:28:32 -06:00
cleanup todo
This commit is contained in:
parent
206556e967
commit
69ae06fa47
1 changed files with 1 additions and 19 deletions
20
todo.md
20
todo.md
|
@ -14,27 +14,9 @@
|
|||
- [ ] add a `commands` option for `newHwylCli` in `hwylterm/cli`
|
||||
- [ ] console object with customizable options to apply formatting
|
||||
|
||||
### cli generato
|
||||
### cli generator
|
||||
|
||||
- [ ] add support for types(metavars)/defaults/required in help output
|
||||
- [ ] add support for enum (parse string)
|
||||
- [ ] add support for a count flag
|
||||
- [ ] abstract the `globalFlags` argument to a `flagGroups` section with a builtin `global`
|
||||
this would allow users to "inherit" flag groups in subcommands
|
||||
```nim
|
||||
flags:
|
||||
# global flag group auto propagated down
|
||||
--- global
|
||||
config "path to config"
|
||||
--- shared
|
||||
shared:
|
||||
`a-flag` "some shared flag"
|
||||
-- sub
|
||||
flags:
|
||||
^shared
|
||||
unique "some unique flag"
|
||||
```
|
||||
|
||||
|
||||
|
||||
## features
|
||||
|
|
Loading…
Reference in a new issue