Lines Matching +full:- +full:- +full:build +full:- +full:dir
4 # SPDX-License-Identifier: GPL-2.0+
6 # Command-line parser for binman
12 """Parse the binman command-line arguments
17 Tuple (options, args) with the command-line options and arugments.
22 parser.add_option('-b', '--board', type='string',
23 help='Board name to build')
24 parser.add_option('-B', '--build-dir', type='string', default='b',
25 help='Directory containing the build output')
26 parser.add_option('-d', '--dt', type='string',
28 parser.add_option('-D', '--debug', action='store_true',
30 parser.add_option('-I', '--indir', action='append',
32 parser.add_option('-H', '--full-help', action='store_true',
34 parser.add_option('-O', '--outdir', type='string',
37 parser.add_option('-p', '--preserve', action='store_true',\
38 help='Preserve temporary output directory even if option -O is not '
40 parser.add_option('-t', '--test', action='store_true',
42 parser.add_option('-T', '--test-coverage', action='store_true',
44 parser.add_option('-v', '--verbosity', default=1,