Fix bug
This commit is contained in:
parent
3670ae2373
commit
79de920a4b
@ -148,7 +148,7 @@ def main() -> int:
|
|||||||
ap.add_argument(
|
ap.add_argument(
|
||||||
"-n", "--namespace", help="Namespace to store secrets in", required=True
|
"-n", "--namespace", help="Namespace to store secrets in", required=True
|
||||||
)
|
)
|
||||||
ap.add_argument("-k", "--key", help="Key to store secret under")
|
ap.add_argument("-k", "--key", help="Key to store secret under" , required=True)
|
||||||
ap.add_argument(
|
ap.add_argument(
|
||||||
"-v", "--verbose", help="Enable verbose logging", action="store_true"
|
"-v", "--verbose", help="Enable verbose logging", action="store_true"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user