Lines Matching refs:action
180 parser.add_argument("-v", "-verbose", "--verbose", action="store_true",
183 parser.add_argument("-d", "-debug", "--debug", action="store_true",
191 action="store_true",
196 parser.add_argument("-Wreturn", "--wreturn", action="store_true",
200 action="store_true",
204 "--wcontents-before-sections", action="store_true",
207 parser.add_argument("-Wall", "--wall", action="store_true",
210 parser.add_argument("-Werror", "--werror", action="store_true",
213 parser.add_argument("-export-file", "--export-file", action='append',
222 out_fmt.add_argument("-m", "-man", "--man", action="store_true",
224 out_fmt.add_argument("-r", "-rst", "--rst", action="store_true",
226 out_fmt.add_argument("-N", "-none", "--none", action="store_true",
234 sel_mut.add_argument("-e", "-export", "--export", action='store_true',
237 sel_mut.add_argument("-i", "-internal", "--internal", action='store_true',
240 sel_mut.add_argument("-s", "-function", "--symbol", action='append',
244 parser.add_argument("-n", "-nosymbol", "--nosymbol", action='append',
248 action='store_true', help="Don't outputt DOC sections")