Skip to content

fix: confirm when deleting template #2866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 11, 2022
Prev Previous commit
Next Next commit
Merge branch 'main' into ketang/template-delete-confirm
  • Loading branch information
ketang authored Jul 11, 2022
commit eb005fa1bddc0ecd26793daca77c5cadb9d93617
1 change: 1 addition & 0 deletions cli/templatedelete.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package cli
import (
"fmt"
"strings"
"time"

"github.com/spf13/cobra"
"golang.org/x/xerrors"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.