Skip to content

Commit

Permalink
Tweaks to help overview documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jul 18, 2024
1 parent 0ed48f9 commit b0a75b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Binary file modified lib/bld/bld-wrapper.jar
Binary file not shown.
9 changes: 7 additions & 2 deletions src/main/java/rife/bld/operations/HelpOperation.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private void executePrintOverviewHelp(Exception exception) {
Usage: help [command] [""" + JSON_ARGUMENT + "]");
System.err.println("""
The following commands are supported.
The following commands are supported:
""");

var command_length = commands.keySet().stream().max(comparingInt(String::length)).get().length() + 2;
Expand All @@ -155,8 +155,13 @@ private void executePrintOverviewHelp(Exception exception) {

System.err.println("""
--offline Work without internet (only as first argument)
The following help arguments are supported:
--json Output help in JSON format
The following bld arguments are supported:
--offline Work without internet (only as first argument)
-?, -h, --help Shows this help message
-D<name>=<value> Set a JVM system property
-s, --stacktrace Print out the stacktrace for exceptions
Expand Down

0 comments on commit b0a75b2

Please sign in to comment.