summaryrefslogtreecommitdiffstats
path: root/commands/helpers.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/helpers.go')
-rw-r--r--commands/helpers.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/commands/helpers.go b/commands/helpers.go
index 1386e425f..be6edaf99 100644
--- a/commands/helpers.go
+++ b/commands/helpers.go
@@ -23,13 +23,6 @@ import (
"github.com/spf13/cobra"
)
-const (
- ansiEsc = "\u001B"
- clearLine = "\r\033[K"
- hideCursor = ansiEsc + "[?25l"
- showCursor = ansiEsc + "[?25h"
-)
-
type flagsToConfigHandler interface {
flagsToConfig(cfg config.Provider)
}