Tristan Ancelet tristan
  • Joined on 2023-10-11
tristan pushed to object_rework at tristan/cligen 2026-08-17 09:25:48 -05:00
777a1b992a Had to fix block.call to yield so that the compiler could be happy
tristan pushed to object_rework at tristan/cligen 2026-08-16 17:19:17 -05:00
a17053f45c Added a specs for flag & arg. As well as changed a few ways I as handling cli args and determining how they're to be passed to each flag
tristan pushed to object_rework at tristan/cligen 2026-08-14 15:55:37 -05:00
6535753fa3 Had to fix some things in coerce
tristan pushed to object_rework at tristan/cligen 2026-08-14 15:33:59 -05:00
2e7c1df7ed Had to fix some things in coerce
tristan pushed to object_rework at tristan/cligen 2026-08-14 15:32:50 -05:00
f1e7b582b2 Had to fix some things in coerce
tristan pushed to object_rework at tristan/cligen 2026-08-14 15:01:10 -05:00
09389cb5e9 Added differnt check for default. Set it to empty string as a way of determining if a default was set. Ignoring empty strings
tristan pushed to object_rework at tristan/cligen 2026-08-14 14:57:11 -05:00
d1746602b1 modified the way that the FlagMeta default string gets generated based on Array vs LITERALLY anything else
tristan pushed to object_rework at tristan/cligen 2026-08-14 14:34:23 -05:00
21462029e3 Fixed template
tristan pushed to object_rework at tristan/cligen 2026-08-14 14:32:34 -05:00
fd385cd99e Fixed template
tristan pushed to object_rework at tristan/cligen 2026-08-14 14:19:44 -05:00
4a0dcb8b59 Had to fix expression to show type as {{...}} isn't expanded in macro expression betweeh {% ... %}
tristan pushed to object_rework at tristan/cligen 2026-08-14 14:18:08 -05:00
8780be3a42 Removed 'long' from macro expression
tristan pushed to object_rework at tristan/cligen 2026-08-14 14:15:00 -05:00
fd510469ac Added allow_no_verification for users to bypass the 'must have options or validation' check. However, not doing so can cause unexpected failures where flags will begin consuming preceeding arguments
tristan pushed to object_rework at tristan/cligen 2026-08-14 14:10:33 -05:00
f55cc25f2d Modified Command.argument to let the user provide a method call for runtime learning of options value. This will let the compiler check at compile time
tristan pushed to object_rework at tristan/cligen 2026-08-14 14:00:38 -05:00
b05f49c2e8 Fixed something maybe
tristan pushed to object_rework at tristan/cligen 2026-08-14 13:56:49 -05:00
d3ca70ea9e Added options for array checking of base types Strings/Int32/etc
tristan pushed to object_rework at tristan/cligen 2026-08-12 16:34:25 -05:00
697a0db3af Added debug message to print out a missing match + the format being matched
tristan pushed to object_rework at tristan/cligen 2026-08-12 16:26:49 -05:00
a1a9c6fc04 Added format filter to enforce formatting on array objects
tristan pushed to object_rework at tristan/cligen 2026-08-12 16:13:11 -05:00
ffde5165f7 Added format support for filtering arguments
tristan pushed to object_rework at tristan/cligen 2026-08-12 13:12:16 -05:00
53f510278c added thing
tristan pushed to object_rework at tristan/cligen 2026-08-12 13:10:39 -05:00
e6d9306e69 Added exit & default to help if no main is specified