mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Add -c for --config (#816)
This commit is contained in:
parent
855d06dc76
commit
6ffeb7c431
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class App {
|
||||||
parser.addArgument("--verbose")
|
parser.addArgument("--verbose")
|
||||||
.help("Raise log level and include lib signal logs.")
|
.help("Raise log level and include lib signal logs.")
|
||||||
.action(Arguments.storeTrue());
|
.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).");
|
.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")
|
parser.addArgument("-a", "--account", "-u", "--username")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue