more docs

This commit is contained in:
Lynn Cyrin
2019-09-11 20:29:31 -07:00
parent 10682fbde6
commit 09cdbbfe28

View File

@@ -264,6 +264,7 @@ func argIsFlag(commandFlags []Flag, arg string) bool {
} }
} }
} }
// return false if this arg was not one of our flags
return false return false
} }