Searched refs:showHelp (Results 1 – 1 of 1) sorted by relevance
139 private val showHelp by option("-h", "--help", help = "Show this message and exit").flag() constant in com.android.tools.metalava.cli.common.MetalavaCommand287 if (showHelp || remainingArgs.contains("-?")) { in showHelpAndExitIfRequested()