Skip to content

Commit

Permalink
Add --f as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-quintero committed Nov 24, 2024
1 parent 01dd8e6 commit 6490caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextmv/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def __init__(self, *parameters: Parameter): # noqa: C901
# error. Fix source: https://stackoverflow.com/a/56349168
parser.add_argument(
"-f",
"--f",
"--fff",
help="a dummy argument to fool ipython",
default="1",
Expand Down

0 comments on commit 6490caf

Please sign in to comment.