You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exgroup.add_argument("--quiet", action="store_true", help="Only print warnings and errors.")
137
137
exgroup.add_argument("--debug", action="store_true", help="Print even more logging")
138
138
139
-
parser.add_argument("--dependency-resolvers-configuration", help="Dependency resolver configuration file describing how to adapt 'Dependency' hints to current system.", default=None)
140
-
parser.add_argument("--dependencies-directory", help="Defaut root directory used by dependency resolvers configuration.", default=None)
139
+
# help="Dependency resolver configuration file describing how to adapt 'Dependency' hints to current system."
0 commit comments