mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
parent
407a20d4bb
commit
055a8ee8b9
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@ public class App {
|
||||||
.help("Disable message send log (for resending messages that recipient couldn't decrypt)")
|
.help("Disable message send log (for resending messages that recipient couldn't decrypt)")
|
||||||
.action(Arguments.storeTrue());
|
.action(Arguments.storeTrue());
|
||||||
|
|
||||||
|
parser.epilog(
|
||||||
|
"The global arguments are shown with 'signal-cli -h' and need to come before the subcommand, while the subcommand-specific arguments (shown with 'signal-cli SUBCOMMAND -h') need to be given after the subcommand.");
|
||||||
|
|
||||||
var subparsers = parser.addSubparsers().title("subcommands").dest("command");
|
var subparsers = parser.addSubparsers().title("subcommands").dest("command");
|
||||||
|
|
||||||
Commands.getCommandSubparserAttachers().forEach((key, value) -> {
|
Commands.getCommandSubparserAttachers().forEach((key, value) -> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue