Skip to content

Commit e7a583b

Browse files
committed
Fix Main class
1 parent c58de7b commit e7a583b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/example/Main.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ public class Main implements Callable<Integer> {
2222

2323
private static final Logger log = LoggerFactory.getLogger(Main.class);
2424

25+
@CommandLine.Parameters(index = "0", paramLabel = "<owner/repo>",
26+
description = "Repository in the form owner/repo")
2527
private String repoArg;
2628

2729
@CommandLine.Option(names = {"--token"}, description = "Github personal access token (overrides GITHUB_TOKEN env)")

0 commit comments

Comments
 (0)