Fix packaging

This commit is contained in:
Johan Maasing 2025-04-12 19:59:44 +02:00
parent 19e2d46dd0
commit 1abc1a3164
8 changed files with 144 additions and 25 deletions

View file

@ -29,7 +29,7 @@ import java.util.List;
import java.util.concurrent.Callable;
@Command(
name = "EndpointsCLI",
name = "run.sh",
mixinStandardHelpOptions = true,
description = "Generate source code from an endpoints specification file."
)