all repos — erl @ 6c854334bc9ee7338771dd0d034f3f48f0980674

Execute Reload Loop

feat: enable short and long command-line arguments

Alan Pearce
commit

6c854334bc9ee7338771dd0d034f3f48f0980674

parent

0050b8866f010cccee83caa020957b3aa199151f

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M go.modgo.mod
@@ -4,6 +4,8 @@ go 1.24.5
require github.com/fsnotify/fsnotify v1.9.0 +require github.com/jessevdk/go-flags v1.6.1 + require ( github.com/fatih/color v1.18.0 github.com/mattn/go-colorable v0.1.13 // indirect