Infendro
  • Joined on 2025-07-12
Infendro pushed to main at Infendro/cli.kt 2026-01-10 07:37:22 +00:00
f90e960728 1.4.0 release
562b9eb522 implement suggestions for unknown command/option
ff87ae90f5 implement descriptions, improve default help
47834c91d8 fix option parsing
fa5fa89bec rename RunError to RuntimeFailure
Compare 21 commits »
Infendro merged pull request Infendro/cli.kt#9 2026-01-10 07:37:21 +00:00
1.4.0 release
Infendro created pull request Infendro/cli.kt#9 2026-01-10 06:26:39 +00:00
1.4.0 release
Infendro pushed to develop at Infendro/cli.kt 2026-01-10 06:26:01 +00:00
562b9eb522 implement suggestions for unknown command/option
Infendro closed issue Infendro/cli.kt#8 2026-01-09 22:29:09 +00:00
implement suggestion when unknown option is supplied
Infendro pushed to develop at Infendro/cli.kt 2026-01-09 22:28:22 +00:00
250e9d4e0a implement suggestions for unknown command/option
Infendro closed issue Infendro/cli.kt#7 2026-01-09 19:22:04 +00:00
add description to command, argument, and option
Infendro pushed to develop at Infendro/cli.kt 2026-01-09 19:20:07 +00:00
ff87ae90f5 implement descriptions, improve default help
Infendro pushed to develop at Infendro/cli.kt 2026-01-09 19:13:48 +00:00
fa0000eba6 implement descriptions, improve default help
Infendro opened issue Infendro/cli.kt#8 2026-01-08 21:23:37 +00:00
implement suggestion when unknown option is supplied
Infendro pushed to develop at Infendro/cli.kt 2026-01-08 21:21:46 +00:00
47834c91d8 fix option parsing
Infendro pushed to develop at Infendro/cli.kt 2026-01-08 20:29:38 +00:00
fa5fa89bec rename RunError to RuntimeFailure
Infendro pushed to develop at Infendro/cli.kt 2026-01-08 20:11:34 +00:00
c8e3902661 fix README
Infendro opened issue Infendro/cli.kt#7 2026-01-08 20:10:56 +00:00
add description to command, argument, and option
Infendro closed issue Infendro/cli.kt#6 2026-01-08 20:10:30 +00:00
improve DefaultHelpRenderer
Infendro pushed to develop at Infendro/cli.kt 2026-01-08 20:10:19 +00:00
7001b00f5f improve help
Infendro closed issue Infendro/cli.kt#5 2026-01-08 18:43:38 +00:00
improve exceptions
Infendro pushed to develop at Infendro/cli.kt 2026-01-08 18:43:00 +00:00
f33caa30c0 improve exceptions
Infendro pushed to develop at Infendro/cli.kt 2026-01-08 17:54:18 +00:00
6aa6c1b3c8 improve command handling, change argument/option registration
Infendro opened issue Infendro/cli.kt#6 2026-01-07 21:12:12 +00:00
improve DefaultHelpRenderer