mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-10 10:49:48 +02:00
Add resource string for --stacktrace option
This commit is contained in:
parent
60f52ab89e
commit
ed46adbe52
3 changed files with 4 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class SopCLI {
|
|||
|
||||
public static String EXECUTABLE_NAME = "sop";
|
||||
|
||||
@CommandLine.Option(names = {"--stacktrace"}, description = "Print Stacktrace",
|
||||
@CommandLine.Option(names = {"--stacktrace"},
|
||||
scope = CommandLine.ScopeType.INHERIT)
|
||||
static boolean stacktrace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue