Lines Matching refs:action
206 parser.add_argument("-v", "-verbose", "--verbose", action="store_true",
209 parser.add_argument("-d", "-debug", "--debug", action="store_true",
217 action="store_true",
223 parser.add_argument("-Wreturn", "--wreturn", action="store_true",
227 action="store_true",
231 "--wcontents-before-sections", action="store_true",
234 parser.add_argument("-Wall", "--wall", action="store_true",
237 parser.add_argument("-Werror", "--werror", action="store_true",
240 parser.add_argument("-export-file", "--export-file", action='append',
250 out_fmt.add_argument("-m", "-man", "--man", action="store_true",
252 out_fmt.add_argument("-r", "-rst", "--rst", action="store_true",
254 out_fmt.add_argument("-N", "-none", "--none", action="store_true",
263 sel_mut.add_argument("-e", "-export", "--export", action='store_true',
266 sel_mut.add_argument("-i", "-internal", "--internal", action='store_true',
269 sel_mut.add_argument("-s", "-function", "--symbol", action='append',
275 parser.add_argument("-n", "-nosymbol", "--nosymbol", action='append',
279 action='store_true', help="Don't output DOC sections")