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

python -m pup doesn't work as a cli application #240

Open
carlosperate opened this issue Nov 15, 2022 · 0 comments
Open

python -m pup doesn't work as a cli application #240

carlosperate opened this issue Nov 15, 2022 · 0 comments

Comments

@carlosperate
Copy link
Member

With v1.0.0a17:

$ pup --help
Usage: pup [OPTIONS] COMMAND [ARGS]...

  Pluggable Micro Packager.

Options:
  --version                       Show the version and exit.
  --log-level [CRITICAL|ERROR|WARNING|WARN|INFO|DEBUG]
                                  [default: INFO]
  --help                          Show this message and exit.

Commands:
  package  Packages the GUI application in the given pip-installable source.

But there is no output with this command:

$ python -m pup --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant