Behaviour when fgit -h is executed

Expected behaviour - To fallback to git --help

This happens as git -h is not a valid command and returns 129. It can be fixed by handling the exception thrown with a generic solution or ensuring -h fallbacks to --help
Behaviour when


fgit -his executedExpected behaviour - To fallback to
git --helpThis happens as git -h is not a valid command and returns 129. It can be fixed by handling the exception thrown with a generic solution or ensuring -h fallbacks to --help