IntelliJ 2024.1 EAP 2 has introduced an improved terminal, and code completion for certain elements in the terminal.
If the code completion feature will be available as an extension point, and in a feasible way, the argument options (and maybe even argument values) of the WireMock standalone jar could be provided as code completion items.
If code completion is not possible, maybe a CLI options catalog could be implemented in/from which one can search and paste commands into the command line.
Summary
IntelliJ 2024.1 EAP 2 has introduced an improved terminal, and code completion for certain elements in the terminal.
If the code completion feature will be available as an extension point, and in a feasible way, the argument options (and maybe even argument values) of the WireMock standalone jar could be provided as code completion items.
If code completion is not possible, maybe a CLI options catalog could be implemented in/from which one can search and paste commands into the command line.
Candidate classes for use
org.jetbrains.plugins.terminal.exp.TerminalInlineCompletionProvider
com.intellij.codeInsight.inline.completion.InlineCompletionProvider
org.jetbrains.plugins.terminal.exp.completion.TerminalCommandSpecCompletionContributor