1
0
mirror of synced 2026-03-31 14:04:19 +00:00

Add bash completion cmd

This commit is contained in:
stefanprodan
2020-05-01 19:46:54 +03:00
parent 155cc66db9
commit afcb41c59b
33 changed files with 116 additions and 43 deletions

View File

@@ -47,9 +47,7 @@ func deleteSourceGitCmdRun(cmd *cobra.Command, args []string) error {
if !deleteSilent {
prompt := promptui.Prompt{
Label: fmt.Sprintf(
"Are you sure you want to delete the %s source from the %s namespace", name, namespace,
),
Label: "Are you sure you want to delete this source",
IsConfirm: true,
}
if _, err := prompt.Run(); err != nil {