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

This commit is contained in:
2026-08-16 17:19:10 -05:00
parent 6535753fa3
commit a17053f45c
9 changed files with 276 additions and 88 deletions
+1
View File
@@ -1,3 +1,4 @@
require "./cligen/exceptions"
require "./cligen/coercable"
require "./cligen/parsable"
require "./cligen/annotations"