mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-04 20:50:14 -05:00
Print arguments when non-flag arguments were set
This commit is contained in:
parent
884279de84
commit
01e84dfcf5
@ -55,6 +55,7 @@ func main() {
|
||||
}
|
||||
|
||||
if flag.NArg() != 0 {
|
||||
fmt.Fprintf(os.Stderr, "invalid argument(s): %s\n", strings.Join(flag.Args(), " "))
|
||||
fmt.Fprintf(os.Stderr, "%s does not accept positional arguments\n", os.Args[0])
|
||||
flag.Usage()
|
||||
exitf("")
|
||||
|
Loading…
x
Reference in New Issue
Block a user