trunk
vilmibm 2023-03-15 08:16:16 +00:00
parent cb0d574a76
commit 3638685d24
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ import (
"github.com/AlecAivazis/survey/v2"
)
// TODO ok so right now this just does one hyper specific thing, but I want to
// add more similar scripts here. this might warrant the introduction of cobra.
func confirmContinue(msg string) {
var serr error
var conf bool