19688: Update tests
[arvados.git] / sdk / cwl / arvados_cwl / __init__.py
index 6e33ca537eeda5d67380c457f265a893224811ec..9cad9bd00d11eb96f50d2a65be5961de06e4d8c6 100644 (file)
@@ -200,6 +200,10 @@ def arg_parser():  # type: () -> argparse.ArgumentParser
                         action="store_false", default=True,
                         help=argparse.SUPPRESS)
 
+    parser.add_argument("--disable-git", dest="git_info",
+                        action="store_false", default=True,
+                        help=argparse.SUPPRESS)
+
     parser.add_argument("--disable-color", dest="enable_color",
                         action="store_false", default=True,
                         help=argparse.SUPPRESS)