We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9130002 commit c0d0266Copy full SHA for c0d0266
main.go
@@ -43,13 +43,14 @@ var (
43
)
44
45
func main() {
46
+ ox.DefaultVersionString = version
47
args := &Args{
48
logger: func(string, ...interface{}) {},
49
}
50
// flags
51
ox.RunContext(
52
context.Background(),
- ox.Usage("iv", "the command-line terminal graphics image viewer"),
53
+ ox.Usage(name, "the command-line terminal graphics image viewer"),
54
ox.Defaults(),
55
ox.Exec(run(os.Stdout, args)),
56
ox.From(args),
0 commit comments