Skip to content

Commit

Permalink
misc: rename option for better clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
jumanji144 committed Apr 15, 2024
1 parent 61f5f58 commit 7da0d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class CompileCommand implements Runnable {

@CommandLine.Option(
names = { "-lib",
"--library" }, description = "Library folder path", paramLabel = "path"
"--library-folder" }, description = "Library folder path", paramLabel = "path"
)
private Optional<String> libraryFolder;

Expand Down

0 comments on commit 7da0d13

Please sign in to comment.