Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Update Run.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread authored Dec 1, 2023
1 parent 3b0e2ba commit 79a2e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nativeMain/kotlin/controller/modes/Run.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import spms.actions.ServerAction
import toRed

private fun ControllerMode.jsonModeOption() =
option("-j", "--json").flag().help("Output result data in JSON format if possible")
option("-j", "--json", help = "Output result data in JSON format if possible").flag()

class Run private constructor(): ControllerMode("run") {
private val json_mode: Boolean by jsonModeOption()
Expand Down

0 comments on commit 79a2e7a

Please sign in to comment.