feat: Add list-versions command

This commit is contained in:
oSumAtrIX
2023-11-27 23:11:23 +01:00
parent 89c35ee21b
commit a974b8ea80
3 changed files with 70 additions and 2 deletions

View File

@@ -33,9 +33,10 @@ private object CLIVersionProvider : IVersionProvider {
mixinStandardHelpOptions = true,
versionProvider = CLIVersionProvider::class,
subcommands = [
ListPatchesCommand::class,
PatchCommand::class,
OptionsCommand::class,
ListPatchesCommand::class,
ListCompatibleVersions::class,
UtilityCommand::class,
],
)