mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-11 19:18:53 +01:00
Added missing "--checkout-missing" long option to gitinspector module.
This commit is contained in:
parent
4fbcb48127
commit
3a34be0d06
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ def main():
|
|||
for o, a in __opts__:
|
||||
if o in("-c"):
|
||||
missing.set_checkout_missing(True)
|
||||
if o in("--checkout-missing"):
|
||||
missing.set_checkout_missing(optval.get_boolean_argument(a))
|
||||
elif o in("-h", "--help"):
|
||||
help.output()
|
||||
sys.exit(0)
|
||||
|
|
Loading…
Reference in a new issue