forked from tildetown/town
add note
parent
cb0d574a76
commit
3638685d24
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue