Searched refs:VERBOSE (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Doptions.py89 VERBOSE = "verbose" variable
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])
[all...]

Completed in 452 milliseconds