Lines Matching refs:VERBOSE
89 VERBOSE = "verbose"
652 global_settings.client_output_verbose = opts[VERBOSE]
655 if opts[VERBOSE] and opts[QUIET]:
657 [VERBOSE, QUIET])
666 if opts[PARSABLE_VERSION] is not None and opts.get(VERBOSE, False):
668 [VERBOSE, PARSABLE_VERSION])
776 if opts_new[SUMMARY] and opts_new[VERBOSE]:
778 [SUMMARY, VERBOSE])
780 if opts_new[QUIET] and opts_new[VERBOSE]:
782 [QUIET, VERBOSE])
1048 (VERBOSE, 0, [], {"type": "integer", "minimum": 0}),