add bash completion to os for survey and pm commands

This commit is contained in:
Robin Olsen
2026-02-26 20:26:15 +01:00
parent dcf9fbaa50
commit e00b201a77
5 changed files with 44 additions and 14 deletions

View File

@@ -43,5 +43,4 @@ func AppFromContext(ctx context.Context) *service.App {
}
func init() {
RootCmd.CompletionOptions.DisableDefaultCmd = true
}