payu-org / payu

A workflow management tool for numerical models on the NCI computing systems
Apache License 2.0
18 stars 25 forks source link

Can't `-h` some payu subcommands #402

Open dougiesquire opened 5 months ago

dougiesquire commented 5 months ago

Quite possibly user misunderstanding, but the following all return a similar error:

E.g.

$ payu-branch -h
Traceback (most recent call last):
  File "/g/data/tm70/ds0092/software/mambaforge/envs/payu-dev/bin/payu-branch", line 8, in <module>
    sys.exit(runscript())
             ^^^^^^^^^^^
TypeError: runcmd() missing 3 required positional arguments: 'config_path', 'verbose', and 'remote'
dougiesquire commented 5 months ago

Once these are fixed/resolved, we should add tests for all the scripts in conda/meta.yaml