Skip to content
🤔 Documentation issue? Report it

//leakcanary/shark/SharkCliCommand/Companion

Companion

object Companion

Functions

Name Summary
echo 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 fun CliktCommand.echoNewline()
retrieveHeapDumpFile fun CliktCommand.retrieveHeapDumpFile(params: SharkCliCommand.CommandParams): File
runCommand fun runCommand(directory: File, vararg arguments: String): String

Properties

Name Summary
sharkCliParams var Context.sharkCliParams: SharkCliCommand.CommandParams