accept and ignore -f1 option

This commit is contained in:
hathach 2024-10-04 16:09:43 +07:00
parent 072a80d088
commit 06347661de
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -251,6 +251,7 @@ def main():
parser = argparse.ArgumentParser()
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('-f1', '--build-flags-on', action='append', default=[], help='Have no effect')
parser.add_argument('--print', action='store_true', help='Print commit hash only')
args = parser.parse_args()