Skip to content

Commit

Permalink
re-add store_true
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Sep 25, 2023
1 parent 7fa40e0 commit 7b9f7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fprime/fbuild/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def add_special_targets(
# It is not handled by argparse, but in fprime.util.cli:validate()
generate_parser.add_argument(
"-D<VAR>=<VALUE>",
action="store_true",
help="Pass -D flags through to CMake. Can be used multiple times.",
)
purge_parser = subparsers.add_parser(
Expand Down

0 comments on commit 7b9f7be

Please sign in to comment.