more descriptive help message for prompt

This commit is contained in:
Ivar Fatland
2026-05-12 21:33:07 +02:00
parent 78bc21b1bf
commit c9781a51ad
+1 -1
View File
@@ -14,7 +14,7 @@ import (
func main() {
var args struct {
Prompt string `arg:"-p" help:"prompt"`
Prompt string `arg:"-p" help:"ghost text to display in the empty input section"`
}
arg.MustParse(&args)