mirror of
https://github.com/platomav/BIOSUtilities.git
synced 2025-05-12 22:26:13 -04:00
Improved 7-Zip decompressor
Removed --static argument Small fixes at variable names and f-strings
This commit is contained in:
parent
aea54aeaad
commit
7111757764
7 changed files with 25 additions and 28 deletions
|
@ -67,7 +67,6 @@ 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