Skip to content

Commit

Permalink
feat. Adds the capability to read all or parts of the command line ar…
Browse files Browse the repository at this point in the history
…guments from a file using the syntax. Closes #74.
  • Loading branch information
tamere-allo-peter committed Mar 22, 2022
1 parent e65f24b commit d159011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yamlfixer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def run():
cmdline = argparse.ArgumentParser(description="Fix formatting problems in YAML documents. "
"If no file is specified, then reads input from `stdin`.",
epilog=f"{__copyright__}\n{GPLBLURB}",
fromfile_prefix_chars="@",
formatter_class=argparse.RawDescriptionHelpFormatter)
cmdline.add_argument("-v", "--version",
action="version",
Expand Down

0 comments on commit d159011

Please sign in to comment.