architectures

This commit is contained in:
Marc Beninca 2021-10-10 20:04:45 +02:00 committed by Marc Beninca
parent 28369f5813
commit 68c15d9c39
3 changed files with 11 additions and 10 deletions

View file

@ -1,6 +1,7 @@
import argparse
import os
import architecture
import msys
import subsystem
@ -48,7 +49,8 @@ action to perform onto msys repository
msys remote repository's location
''')
sync.add_argument(f'-{ARCHITECTURES[0]}', f'--{ARCHITECTURES}', type=str,
nargs='+', choices=msys.ARCHITECTURES, help='''\
nargs='+', choices=architecture.ARCHITECTURES.keys(),
help='''\
list of architectures to sync
''')
sync.add_argument(f'-{SUBSYSTEMS[0]}', f'--{SUBSYSTEMS}', type=str,