Skip to content

Commit

Permalink
disable abbreviated params
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Aug 21, 2023
1 parent 9e58413 commit f6185a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create-envfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def _get_vals_to_replace(args):
prog="ENV file builder",
description="Tool for generate environment file automatically. The information can be passed or via CLI or via JSON file ( --file /path/env.json)",
usage="python create-envfile.py localhost -f /path/to/json/file.json",
allow_abbrev=False
)
parser.add_argument(
"--noinput",
Expand Down

0 comments on commit f6185a8

Please sign in to comment.