Closed
Description
Hey,
I'm a bit unsure how to integrate a SuspendingCliktCommand
with CompletionCommand
. When having something like the following:
object EtaDeploy : SuspendingCliktCommand() {
init {
subcommands(
CompletionCommand(name = "completion")
)
}
override suspend fun run() {
...
}
}
subcommand only accepts suspending commands. Is there a way I can still integrate it?
Metadata
Assignees
Labels
No labels