forked from Imagelibrary/littlefs
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:
@@ -535,7 +535,7 @@ if __name__ == "__main__":
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
help="Disable default symbols.")
|
help="Disable default symbols.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-A', '--no-arrows',
|
'--no-arrows',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help="Disable arrow (=>) expressions.")
|
help="Disable arrow (=>) expressions.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|||||||
Reference in New Issue
Block a user