We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58de7b commit e7a583bCopy full SHA for e7a583b
src/main/java/org/example/Main.java
@@ -22,6 +22,8 @@ public class Main implements Callable<Integer> {
22
23
private static final Logger log = LoggerFactory.getLogger(Main.class);
24
25
+ @CommandLine.Parameters(index = "0", paramLabel = "<owner/repo>",
26
+ description = "Repository in the form owner/repo")
27
private String repoArg;
28
29
@CommandLine.Option(names = {"--token"}, description = "Github personal access token (overrides GITHUB_TOKEN env)")
0 commit comments