mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-12 22:26:13 -04:00
Added --static optional parameter
Allows usage of static-built external dependencies
This commit is contained in:
parent
cf88fc7a5d
commit
7e96a62f42
2 changed files with 10 additions and 8 deletions
|
@ -67,6 +67,7 @@ def argparse_init():
|
|||
argparser.add_argument('-v', '--version', help='show utility name and version', action='store_true')
|
||||
argparser.add_argument('-o', '--output-dir', help='extract in given output directory')
|
||||
argparser.add_argument('-i', '--input-dir', help='extract from given input directory')
|
||||
argparser.add_argument('--static', help='use static-built dependencies', action='store_true')
|
||||
|
||||
return argparser
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue