Reimplement the CLI with flags first package.

CLI configuration may now be managed with env vars.

improved CLI help output
This commit is contained in:
2026-02-17 16:09:53 +00:00
parent 0b9546ee0e
commit fce6fa43fc
4 changed files with 80 additions and 46 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.25.0
require (
github.com/charmbracelet/log v0.4.2
github.com/peterbourgon/ff/v4 v4.0.0-beta.1
github.com/sirupsen/logrus v1.9.3
)