Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change prog parameter for argparse subcommands #415

Closed
luizirber opened this issue Feb 23, 2018 · 2 comments
Closed

Change prog parameter for argparse subcommands #415

luizirber opened this issue Feb 23, 2018 · 2 comments

Comments

@luizirber
Copy link
Member

Punting from #390 (diff)

Change ArgumentParser prog parameter to account for proper subcommand calling:

    p = argparse.ArgumentParser(prog="sourmash lca compare_csv") 

Without this the help messages are a bit wonky.

@ctb
Copy link
Contributor

ctb commented Apr 4, 2020

Ref #785, and maybe #931.

@ctb
Copy link
Contributor

ctb commented May 3, 2020

I think this was fixed in #785.

@ctb ctb closed this as completed May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants