Lines Matching refs:add_argument
394 parser.add_argument('-s', '--since', type=status_history.parse_time,
398 parser.add_argument('-u', '--until', type=status_history.parse_time,
403 parser.add_argument('-d', '--duration', type=int,
409 format_group.add_argument('-f', '--full_history', action='store_true',
412 format_group.add_argument('-g', '--diagnosis', action='store_true',
415 format_group.add_argument('-o', '--oneline', action='store_true',
418 parser.add_argument('-w', '--working', action='store_true',
420 parser.add_argument('-n', '--broken', action='store_true',
423 parser.add_argument('-b', '--board',
426 parser.add_argument('-p', '--pool',
432 parser.add_argument('hostnames',
435 parser.add_argument('--web',