Files
cli.kt/src/commonMain/kotlin/com/infendro/cli/exception
Infendro 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
..
2025-12-27 17:30:05 +01:00
2025-12-27 17:30:05 +01:00
2025-12-27 17:30:05 +01:00