Lines Matching refs:add_argument
752 …parser_rebase.add_argument('-f', '--fspbin' , dest='FspBinary', type=str, help='FSP binary file …
753 …parser_rebase.add_argument('-c', '--fspcomp', choices=['t','m','s','o'], nargs='+', dest='FspCom…
754 …parser_rebase.add_argument('-b', '--newbase', dest='FspBase', nargs='+', type=str, help='Rebased …
755 …parser_rebase.add_argument('-o', '--outdir' , dest='OutputDir', type=str, help='Output directory…
756 …parser_rebase.add_argument('-n', '--outfile', dest='OutputFile', type=str, help='Rebased FSP bina…
760 …parser_split.add_argument('-f', '--fspbin' , dest='FspBinary', type=str, help='FSP binary file pa…
761 …parser_split.add_argument('-o', '--outdir' , dest='OutputDir', type=str, help='Output directory p…
762 …parser_split.add_argument('-n', '--nametpl', dest='NameTemplate', type=str, help='Output name tem…
766 …parser_genhdr.add_argument('-f', '--fspbin' , dest='FspBinary', type=str, help='FSP binary file p…
767 …parser_genhdr.add_argument('-o', '--outdir' , dest='OutputDir', type=str, help='Output directory …
768 …parser_genhdr.add_argument('-n', '--hfile', dest='HFileName', type=str, help='Output header fil…
772 …parser_info.add_argument('-f', '--fspbin' , dest='FspBinary', type=str, help='FSP binary file pat…