Searched defs:QUIET (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/client/
H A Doptions.py76 QUIET = "quiet" variable
134 if opts[QUIET]:
637 if QUIET not in opts:
641 if opts[QUIET]:
648 if opts[QUIET] is True:
655 if opts[VERBOSE] and opts[QUIET]:
657 [VERBOSE, QUIET])
684 opts_new[QUIET] = True
780 if opts_new[QUIET] and opts_new[VERBOSE]:
782 [QUIET, VERBOS
[all...]

Completed in 13 milliseconds