From 7d2afe1ca176d0eb76f65523ed7ebcbca702d0c1 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 16 Jan 2025 00:20:12 -0500 Subject: Central UI (#26) * migrate to urfave/cli V3 * Remove slider background * Force the use of TrueColor everywhere * All ui info in one location * Fix BinaryFill Example * Make unfocused tabs more faint * Fix color input width * Ctrl-c overrides color input and quits termpicker * docs: remove redundant comment * fix: refactor picker View() --- flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flags.go') diff --git a/flags.go b/flags.go index 2eb5294..a7eb37f 100644 --- a/flags.go +++ b/flags.go @@ -1,6 +1,6 @@ package main -import "github.com/urfave/cli/v2" +import "github.com/urfave/cli/v3" const ( flagLogfile = "logfile" -- cgit v1.2.3