This commit is contained in:
Daylin Morgan 2024-11-14 11:06:51 -06:00
parent 5f5dd86c4d
commit 6082cc3835
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -21,7 +21,8 @@
- [x] add support for inheriting a single flag from parent (even from a "group") - [x] add support for inheriting a single flag from parent (even from a "group")
- [x] add support to either (lengthen commands) or provide an alias for a subcommand - [x] add support to either (lengthen commands) or provide an alias for a subcommand
- [x] add command aliases to hwylcli help with switch - [x] add command aliases to hwylcli help with switch
- [ ] don't recreate "global"" variables in var section - [x] don't recreate "global"" variables in var section
- [ ] make proper test suite for cli generator
## features ## features