Searched refs:HARD_NEWLINE (Results 1 – 3 of 3) sorted by relevance
56 Set the verbosity of the output.$HARD_NEWLINE57 $ARG_QUIET - Only include vital output.$HARD_NEWLINE58 $ARG_VERBOSE - Include extra diagnostic output.$HARD_NEWLINE
234 const val HARD_NEWLINE = "\u0085" constant288 append(HARD_NEWLINE) in nonInlineEnumOption()296 append(HARD_NEWLINE) in nonInlineEnumOption()312 private fun constructStyleableChoiceOption(value: String) = "$HARD_NEWLINE**$value**" in constructStyleableChoiceOption()318 private val deconstructStyleableChoiceOption = """$HARD_NEWLINE\*\*([^*]+)\*\*""".toRegex() in constructStyleableChoiceOption()
191 return helpText.removeSuffix(HARD_NEWLINE) in <lambda>()