Dropped prettyasserts.py --no-arrows shorthand form

This probably doesn't deserve a shorthand form as you can usually just
ignore the arrow parsing. This frees up -A for potential future use.
This commit is contained in:
Christopher Haster
2024-06-12 15:13:47 -05:00
parent 692db1327e
commit 096f968cbb

View File

@@ -535,7 +535,7 @@ if __name__ == "__main__":
action='store_true',
help="Disable default symbols.")
parser.add_argument(
'-A', '--no-arrows',
'--no-arrows',
action='store_true',
help="Disable arrow (=>) expressions.")
parser.add_argument(