We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceaa943 commit 675a8e7Copy full SHA for 675a8e7
1 file changed
commands.py
@@ -324,6 +324,7 @@ def make_parser():
324
325
return parser
326
327
+
328
def parse_args(parser: argparse.ArgumentParser):
329
"""Parse command line arguments."""
330
return parser.parse_args()
@@ -354,7 +355,7 @@ def main():
354
355
version = plotly_js_version()
356
print(version)
357
update_plotlyjs(version, outdir)
-
358
359
elif args.cmd is None:
360
parser.print_help()
361
sys.exit(1)
0 commit comments