-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix help and version output in CLI (#301)
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
- Loading branch information
1 parent
f30e7bd
commit 123a442
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "beta9" | ||
version = "0.1.35" | ||
version = "0.1.37" | ||
description = "" | ||
authors = ["beam.cloud <[email protected]>"] | ||
packages = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters