mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-12-01 12:20:02 +00:00
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',
|
||||
help="Disable default symbols.")
|
||||
parser.add_argument(
|
||||
'-A', '--no-arrows',
|
||||
'--no-arrows',
|
||||
action='store_true',
|
||||
help="Disable arrow (=>) expressions.")
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user