Kotlin/kotlinx-cli

Subcommands not included in help

serebit opened this issue · 1 comments

If an ArgParser has subcommands registered, these subcommands do not appear in the default help text. In addition, if an ArgParser only has subcommands registered, running the program with no arguments gives no output.

This is using the current version of kotlinx.cli bundled into Kotlin/Native.

Fixed in v0.2.1