-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from cdot65/33-typeerror-on-cli-invocation-pos…
…t-typer-integration-missing-required-positional-arguments 33 typeerror on cli invocation post typer integration missing required positional arguments
- Loading branch information
Showing
2 changed files
with
10 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
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 = "pan-os-upgrade" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
description = "Python script to automate the upgrade process of PAN-OS firewalls." | ||
authors = ["Calvin Remsburg <[email protected]>"] | ||
license = "Apache 2.0" | ||
|
@@ -23,7 +23,7 @@ mkdocs-material = "^9.5.4" | |
mkdocstrings = "^0.24.0" | ||
|
||
[tool.poetry.scripts] | ||
pan-os-upgrade = 'pan_os_upgrade.upgrade:main' | ||
pan-os-upgrade = 'pan_os_upgrade.upgrade:app' | ||
|
||
[build-system] | ||
requires = ["poetry-core"] | ||
|