Searched refs:color_flag (Results 1 – 2 of 2) sorted by relevance
57 def UsesColor(term, color_env_var, color_flag): argument63 if color_flag is not None:64 cmd += ' --%s=%s' % (COLOR_FLAG, color_flag)
56 def UsesColor(term, color_env_var, color_flag): argument62 if color_flag is None:65 args = ['--%s=%s' % (COLOR_FLAG, color_flag)]