We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf3caa commit 4947cd1Copy full SHA for 4947cd1
commands/source/help.go
@@ -15,6 +15,10 @@
15
package source
16
17
func Help(a []string) {
18
+ if len(a) > 0 {
19
+ erroPrinter.Print("%s\n\n", a[0])
20
+ }
21
+
22
message := `Usage:
23
24
genimg source:<subcommand> [arguments]
version.go
@@ -15,7 +15,7 @@
package main
func version() {
- message := `genimg v1.1.2
+ message := `genimg v1.1.3
Copyright (C) 2025-2026 Enindu Alahapperuma
Licensed under GNU GPL 3.0`
0 commit comments