We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f6e02 commit 08bdd85Copy full SHA for 08bdd85
app/src/processing/app/Processing.kt
@@ -63,8 +63,7 @@ class LSP: SuspendingCliktCommand("lsp"){
63
class LegacyCLI(val args: Array<String>): SuspendingCliktCommand("cli") {
64
override val treatUnknownOptionsAsArgs = true
65
66
- override fun help(context: Context) = "Legacy processing-java command line interface"
67
-
+ val help by option("--help").flag()
68
val arguments by argument().multiple(default = emptyList())
69
70
override suspend fun run() {
0 commit comments