Commit Graph

7 Commits

Author SHA1 Message Date
ecd255479a implement automatic help 2026-01-07 18:53:35 +01:00
4e9b358ef8 implement optional variable argument/option ranges, refactor exception handling
adapt required/optional argument handling
implement bounded/unbounded variable argument handling
2026-01-06 22:47:21 +01:00
0a8e51c7ab improve argument/option declaration 2026-01-06 11:12:45 +01:00
0dc064b8cf improve parsing and flag Options 2025-12-31 22:48:51 +01:00
74a9324660 rename Arguments to Options, implement Arguments 2025-12-31 18:42:51 +01:00
79629ae68d refactor argument system
- arguments can have multiple names simultaneously
- argument values can be passed using spaces (e.g., --arg value)
- single-character arguments can be passed using a single dash (e.g., --a -> -a)
- multiple single-character arguments can be combined (e.g., -a -b -> -ab)
- simplify custom arguments using generic classes
2025-12-27 17:30:05 +01:00
a0f2155b0c initial commit
All checks were successful
/ publish (push) Successful in 2m52s
2025-07-12 20:15:32 +02:00