Searched refs:ARG_NO_COLOR (Results 1 – 4 of 4) sorted by relevance
38 ARG_NO_COLOR, in Test copying private annotations from one of the stubs()106 ARG_NO_COLOR, in Test rewriting the bytecode for one of the public annotations()143 ARG_NO_COLOR, in Test rewriting the bytecode for one of the public annotations in a jar file()
360 val args = listOf(ARG_NO_COLOR, "--blah-blah-blah") in Test invalid arguments()383 val args = listOf(ARG_NO_COLOR, "--help") in Test help()
986 ARG_NO_COLOR, in <lambda>()
106 const val ARG_NO_COLOR = "--no-color" in <lambda>() constant584 if (args.contains(ARG_NO_COLOR)) { in <lambda>()987 ARG_NO_COLOR -> color = false in <lambda>()1880 ARG_NO_COLOR, "Do not attempt to colorize the output", in <lambda>()