Lines Matching refs:action
206 parser.add_argument("-v", "-verbose", "--verbose", action="store_true",
209 parser.add_argument("-d", "-debug", "--debug", action="store_true",
216 action="store_true",
222 parser.add_argument("-Wreturn", "--wreturn", action="store_true",
226 action="store_true",
230 "--wcontents-before-sections", action="store_true",
233 parser.add_argument("-Wall", "--wall", action="store_true",
236 parser.add_argument("-Werror", "--werror", action="store_true",
239 parser.add_argument("-export-file", "--export-file", action='append',
247 out_fmt.add_argument("-m", "-man", "--man", action="store_true",
249 out_fmt.add_argument("-r", "-rst", "--rst", action="store_true",
251 out_fmt.add_argument("-N", "-none", "--none", action="store_true",
256 out_fmt.add_argument("-k", "--kdoc-item", "--kdoc", action="store_true",
266 sel_mut.add_argument("-e", "-export", "--export", action='store_true',
269 sel_mut.add_argument("-i", "-internal", "--internal", action='store_true',
272 sel_mut.add_argument("-s", "-function", "--symbol", action='append',
278 parser.add_argument("-n", "-nosymbol", "--nosymbol", action='append',
282 action='store_true', help="Don't output DOC sections")