Lines Matching refs:action
115 self.add_argument('-a', '--all-abi', action='store_true', help=ALL_ABI)
116 self.add_argument('-b', '--build', action='append_const', dest='steps',
118 self.add_argument('-d', '--disable-teardown', action='store_true',
120 self.add_argument('--host', action='store_true', help=HOST)
121 self.add_argument('-i', '--install', action='append_const',
125 action='store_true', help=REBUILD_MODULE_INFO)
130 self.add_argument('-t', '--test', action='append_const', dest='steps',
132 self.add_argument('-w', '--wait-for-debugger', action='store_true',
136 self.add_argument('-p', '--test-mapping', action='store_true',
138 self.add_argument('--include-subdirs', action='store_true',
142 self.add_argument('--enable-file-patterns', action='store_true',
149 group.add_argument('--collect-tests-only', action='store_true',
151 group.add_argument('--dry-run', action='store_true', help=DRY_RUN)
152 self.add_argument('-h', '--help', action='store_true',
154 self.add_argument('--info', action='store_true', help=INFO)
156 self.add_argument('-v', '--verbose', action='store_true', help=VERBOSE)
157 self.add_argument('-V', '--version', action='store_true', help=VERSION)
175 self.add_argument('--instant', action='store_true', help=INSTANT)
179 self.add_argument('-c', '--clear-cache', action='store_true',
181 self.add_argument('-u', '--update-cmd-mapping', action='store_true',
183 self.add_argument('-y', '--verify-cmd-mapping', action='store_true',
192 self.add_argument('--tf-template', action='append',
213 history_group.add_argument('--latest-result', action='store_true',