mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-14 00:40:29 +00:00
accept and ignore -f1 option
This commit is contained in:
parent
072a80d088
commit
06347661de
@ -251,6 +251,7 @@ def main():
|
|||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument('families', nargs='*', default=[], help='Families to fetch')
|
parser.add_argument('families', nargs='*', default=[], help='Families to fetch')
|
||||||
parser.add_argument('-b', '--board', action='append', default=[], help='Boards to fetch')
|
parser.add_argument('-b', '--board', action='append', default=[], help='Boards to fetch')
|
||||||
|
parser.add_argument('-f1', '--build-flags-on', action='append', default=[], help='Have no effect')
|
||||||
parser.add_argument('--print', action='store_true', help='Print commit hash only')
|
parser.add_argument('--print', action='store_true', help='Print commit hash only')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user