From 3638685d24f8d45e594564b69c8ab660992db0ea Mon Sep 17 00:00:00 2001 From: vilmibm Date: Wed, 15 Mar 2023 08:16:16 +0000 Subject: [PATCH] add note --- cmd/dumps/main.go | 3 +++ 1 file changed, 3 insertions(+) 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