• Home
  • Raw
  • Download

Lines Matching refs:action

33         self.parser.add_argument('-m', action='store', type=str,
36 self.parser.add_argument('-M', action='store', type=str,
39 self.parser.add_argument('-c', action='store_true',
42 self.parser.add_argument('-s', action='store_true',
45 self.parser.add_argument('-r', action='store', type=str,
48 self.parser.add_argument('-l', action='store', type=str,
51 self.parser.add_argument('-G', action='store', type=str,
54 self.parser.add_argument('-u', action='store', type=str,
58 self.parser.add_argument('-P', action='store', type=str,
63 self.parser.add_argument('--execution-tag', action='store',
68 self.parser.add_argument('-v', action='store_true',
71 self.parser.add_argument('-R', action='store_true',
74 self.parser.add_argument('-C', '--cleanup', action='store_true',
77 self.parser.add_argument('--provision', action='store_true',
80 self.parser.add_argument('--job-labels', action='store',
82 self.parser.add_argument('-T', '--reset', action='store_true',
86 self.parser.add_argument('-n', action='store_true',
89 self.parser.add_argument('-N', action='store_true',
92 self.parser.add_argument('--verbose', action='store_true',
95 self.parser.add_argument('--no_console_prefix', action='store_true',
98 self.parser.add_argument('-p', '--write-pidfile', action='store_true',
102 self.parser.add_argument('--pidfile-label', action='store',
108 self.parser.add_argument('--use-existing-results', action='store_true',
113 self.parser.add_argument('--ssh-user', action='store',
116 self.parser.add_argument('--ssh-port', action='store',
120 self.parser.add_argument('--ssh-pass', action='store',
125 self.parser.add_argument('--install-in-tmpdir', action='store_true',
129 self.parser.add_argument('--collect-crashinfo', action='store_true',
132 self.parser.add_argument('--control-filename', action='store',
136 self.parser.add_argument('--verify_job_repo_url', action='store_true',
140 self.parser.add_argument('--no_collect_crashinfo', action='store_true',
144 self.parser.add_argument('--disable_sysinfo', action='store_true',
148 self.parser.add_argument('--ssh_verbosity', action='store',
154 self.parser.add_argument('--ssh_options', action='store',
158 self.parser.add_argument('--require-ssp', action='store_true',
162 self.parser.add_argument('--no_use_packaging', action='store_true',
166 self.parser.add_argument('--source_isolate', action='store',
173 self.parser.add_argument('--test_source_build', action='store',
180 self.parser.add_argument('--parent_job_id', action='store',
185 self.parser.add_argument('--host_attributes', action='store',
192 self.parser.add_argument('--lab', action='store', type=str,
196 action='store', dest='cloud_trace_context',
200 default='False', action='store',
223 action='store',