Lines Matching defs:quiet
97 quiet = False
108 if self.__class__.quiet:
115 The output when --quiet is enabled.
777 def perform_checks(self, quiet=False):
783 * quiet: whether to hide detailed problem explanation.
786 Problem.quiet = quiet
804 if quiet:
805 self.log.info("Remove --quiet to see explanations.")
807 self.log.info("Use --quiet for minimal output.")
940 "-q", "--quiet",
960 return_code = name_checker.perform_checks(quiet=args.quiet)