Lines Matching refs:help
308 parser.add_argument('-y','--dry-run', action="store_true", help='Dry run.')
309 parser.add_argument('-c','--create-index', action="store_true", help='Create index.')
311 help='JSON map file with Elasticsearch index structure and data types.')
313 help='Elasticsearch index to push to.')
314 parser.add_argument('-r', '--run-date', help='Run date in ISO format', required=False)
317 help="Flatten one of the test suite's properties:\n"
324 … help="For dictionaries flattened into a list, use this name for additional property\n"
330 … help="An optional string with json dictionary like {'children':'name', ...}\n"
336 … help="Separator to use it for the flattened property names. Default: '%(default)s'")
338 help="Separator to use it for the transposed dictionary names stored in\n"
341 … help="Prepend name separators with the escape string if already present in names. "
345 … help="Apply regexp group parsing to selected string properties after flattening.\n"
351 help="Don't store these properties in the Elasticsearch index.")
353 help="Source workflow identificator, e.g. the workflow short name "
356 help="Source branch identificator.")
358 help="unique run-id (e.g. from github.run_id context)")
360 help="unique run attempt number (e.g. from github.run_attempt context)")
362 help="Elasticsearch bulk request timeout, seconds. Default %(default)s.")
363 parser.add_argument('files', metavar='FILE', nargs='+', help='file with test data.')