Lines Matching refs:action
186 parser.add_argument("-v", "-verbose", "--verbose", action="store_true",
189 parser.add_argument("-d", "-debug", "--debug", action="store_true",
197 action="store_true",
202 parser.add_argument("-Wreturn", "--wreturn", action="store_true",
206 action="store_true",
210 "--wcontents-before-sections", action="store_true",
213 parser.add_argument("-Wall", "--wall", action="store_true",
216 parser.add_argument("-Werror", "--werror", action="store_true",
219 parser.add_argument("-export-file", "--export-file", action='append',
228 out_fmt.add_argument("-m", "-man", "--man", action="store_true",
230 out_fmt.add_argument("-r", "-rst", "--rst", action="store_true",
232 out_fmt.add_argument("-N", "-none", "--none", action="store_true",
240 sel_mut.add_argument("-e", "-export", "--export", action='store_true',
243 sel_mut.add_argument("-i", "-internal", "--internal", action='store_true',
246 sel_mut.add_argument("-s", "-function", "--symbol", action='append',
250 parser.add_argument("-n", "-nosymbol", "--nosymbol", action='append',
254 action='store_true', help="Don't outputt DOC sections")