more docs

This commit is contained in:
Lynn Cyrin 2019-09-11 20:29:31 -07:00
parent 10682fbde6
commit 09cdbbfe28
No known key found for this signature in database
GPG Key ID: EE9CCB427DFEC897

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
}