ActionCommands

ActionCommands completes (sub)commands of given command.

Context.Args is used to traverse the command tree further down. Use Shift to avoid this.

carapace.Gen(helpCmd).PositionalAnyCompletion(
	carapace.ActionCommands(rootCmd),
)