diff --git a/cmd/dumps/main.go b/cmd/dumps/main.go index d3564c3..221158d 100644 --- a/cmd/dumps/main.go +++ b/cmd/dumps/main.go @@ -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