I can't find any reference for creating subcommands. E.g.
app command subcmd1 --help
app command subcmd2 --help
As far as I can tell clikit seems to be supporting this. But is this supported on cleo? Can you provide any pointers on how to do this? Do we need a new cleo.Application and/or clikit.console_application?
I can't find any reference for creating subcommands. E.g.
As far as I can tell clikit seems to be supporting this. But is this supported on cleo? Can you provide any pointers on how to do this? Do we need a new
cleo.Applicationand/orclikit.console_application?