Add -c for --config (#816)

This commit is contained in:
technillogue 2021-12-05 04:12:50 -05:00 committed by GitHub
parent 855d06dc76
commit 6ffeb7c431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ public class App {
parser.addArgument("--verbose")
.help("Raise log level and include lib signal logs.")
.action(Arguments.storeTrue());
parser.addArgument("--config")
parser.addArgument("-c", "--config")
.help("Set the path, where to store the config (Default: $XDG_DATA_HOME/signal-cli , $HOME/.local/share/signal-cli).");
parser.addArgument("-a", "--account", "-u", "--username")