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 d2c1d6b commit 7fc40edCopy full SHA for 7fc40ed
1 file changed
src/main/kotlin/net/theevilreaper/stelaris/cli/util/Constants.kt
@@ -10,9 +10,6 @@ val HELP_MESSAGE: String = """
10
The following command arguments are available:
11
${
12
CommandArgument.entries.joinToString(separator = "\n") { argument ->
13
- if (argument == CommandArgument.UPDATE) {
14
- return@joinToString " -${argument.identifier} ${VersionPart.getTextualRepresentation()} : ${argument.helpMessage}"
15
- }
16
" -${argument.identifier} : ${argument.helpMessage}"
17
}
18
0 commit comments