In some commands, git-webkit forwards unknown arguments on to git itself. This means that argparse doesn't always recognize that a command is invalid because it will, in some cases, just return unknown arguments to be forwarded. Notably, this is the case for `git-webkit -pr --rebase`. If the user's arguments don't result in a program definition, we should print the help message and exit the program.
<rdar://problem/101830556>
Pull request: https://github.com/WebKit/WebKit/pull/6014
Committed 256516@main (68e00a092301): <https://commits.webkit.org/256516@main> Reviewed commits have been landed. Closing PR #6014 and removing active labels.
Committed 252432.829@safari-7614-branch (7cf9c2004005): <https://commits.webkit.org/252432.829@safari-7614-branch> Reviewed commits have been landed. Closing PR #207 and removing active labels.