Skip to content

Commit

Permalink
cli: add -o
Browse files Browse the repository at this point in the history
  • Loading branch information
Gouvernathor committed May 19, 2024
1 parent 4e0dcfd commit 8a2a335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parliamentarch/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def main():
# only require input if not all required are passed specifically

# output filename
parser.add_argument("--output",
parser.add_argument("-o", "--output",
type=argparse.FileType("w+"), # TODO check : write mode, clobber if exists, create if not
help="""The file in which to write the SVG diagram. If not passed, the
SVG code will be printed in the standard output.""",
Expand Down

0 comments on commit 8a2a335

Please sign in to comment.