From b21a889a8d8e85a49a3bea373fa21378640042f0 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 13 Nov 2024 08:52:55 -0600 Subject: [PATCH] add todos --- todo.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/todo.md b/todo.md index 9a6cd3f..6c9e2b6 100644 --- a/todo.md +++ b/todo.md @@ -18,8 +18,9 @@ - [ ] add support for types(metavars)/defaults/required in help output - [ ] add nargs to CliCfg -- [ ] add support for inheriting a single flag from parent (even from a "group") -- [ ] add support to either (lengthen commands) or provide an alias for a subcommand +- [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 +- [ ] add command aliases to hwylcli help with switch ## features