DashAnyCompletion
DashAnyCompletion defines completion for any positional arguments after -- (dash) not already defined.
carapace.Gen(rootCmd).DashAnyCompletion(
carapace.ActionValues("dAny", "dashAny"),
)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
DashAnyCompletion defines completion for any positional arguments after -- (dash) not already defined.
carapace.Gen(rootCmd).DashAnyCompletion(
carapace.ActionValues("dAny", "dashAny"),
)