beam-cloud / beta9

The open-source serverless GPU container runtime.
https://docs.beta9.beam.cloud
GNU Affero General Public License v3.0
297 stars 12 forks source link

Fix help and version output in CLI #301

Closed nickpetrovic closed 2 weeks ago

nickpetrovic commented 2 weeks ago

When using pyapp to build a binary, the --help and --version options output Usage: python -m beam [OPTIONS] COMMAND [ARGS]... and python -m beam, version 0.2.23 respectively. This fixes that so the python -m beam portion is just beam.

Resolve BE-1387