Home | History | Annotate | Download | only in telemetry

Lines Matching refs:parser

70   def AddCommandLineArgs(cls, parser):
71 parser.add_argument('-r', '--recursive', action='store_true')
72 parser.add_argument('paths', nargs='+')
75 def ProcessCommandLineArgs(cls, parser, args):
78 parser.error('Path not found: %s' % path)
115 def AddCommandLineArgs(cls, parser):
116 parser.add_argument('files', nargs='+')
117 parser.add_argument('bucket', choices=cloud_storage.BUCKET_ALIASES)
120 def ProcessCommandLineArgs(cls, parser, args):
150 def AddCommandLineArgs(cls, parser):
151 parser.add_argument('files', nargs='+')
165 def AddCommandLineArgs(cls, parser):
166 parser.add_argument('files', nargs='+')
167 parser.add_argument('bucket', choices=cloud_storage.BUCKET_ALIASES)
170 def ProcessCommandLineArgs(cls, parser, args):
175 parser.error('File not found: %s' % path)