From 096f968cbbdec3e194e21a3e32749e8cd33cfdd1 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Wed, 12 Jun 2024 15:13:47 -0500 Subject: [PATCH] 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. --- scripts/prettyasserts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prettyasserts.py b/scripts/prettyasserts.py index 3ea39100..9ee12d55 100755 --- a/scripts/prettyasserts.py +++ b/scripts/prettyasserts.py @@ -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(