Skip to content
🤔 Documentation issue? Report it

//leakcanary-repo/shark/SharkCliCommand/Companion

Companion

[jvm]\ object Companion

Functions

Name Summary
echo [jvm]
fun CliktCommand.echo(message: Any?, trailingNewline: Boolean = true, err: Boolean = false, lineSeparator: String = context.console.lineSeparator)
Copy of CliktCommand.echo to make it publicly visible and therefore accessible from CliktCommand extension functions
echoNewline [jvm]
fun CliktCommand.echoNewline()
retrieveHeapDumpFile [jvm]
fun CliktCommand.retrieveHeapDumpFile(params: SharkCliCommand.CommandParams): File
runCommand [jvm]
fun runCommand(directory: File, vararg arguments: String): String

Properties

Name Summary
sharkCliParams [jvm]
var Context.sharkCliParams: SharkCliCommand.CommandParams