We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a21831 commit 3d90afbCopy full SHA for 3d90afb
1 file changed
lib/arg_parser.go
@@ -10,7 +10,7 @@ func canOpt(arg string) bool {
10
return strings.HasPrefix(arg, "-")
11
}
12
13
-// ParseArgs split arguments into options and files
+// ParseArgs split arguments into options and file paths
14
func ParseArgs(args []string) (opts, files []string) {
15
foundOpt := false
16
0 commit comments