architectures
This commit is contained in:
parent
28369f5813
commit
68c15d9c39
3 changed files with 11 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue