We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcd7482 + 7bed839 commit e818203Copy full SHA for e818203
1 file changed
ephemeris/shed_tools.py
@@ -275,7 +275,6 @@ def _parser():
275
# update_tools in the name space and shed-tool update will not return all the install
276
# variables.
277
parser.set_defaults(
278
- update_tools=False,
279
tool_list_file=None,
280
tool_yaml=None,
281
owner=None,
@@ -294,6 +293,9 @@ def _parser():
294
293
"Use shed-tools install --help for more information",
295
parents=[common_arguments],
296
)
+ install_command_parser.set_defaults(
297
+ update_tools=False
298
+ )
299
install_command_parser.add_argument(
300
"-t", "--toolsfile",
301
dest="tool_list_file",
0 commit comments