mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 10:34:23 +01:00
Log signal-cli version on startup
This commit is contained in:
@@ -120,6 +120,7 @@ public class App {
|
||||
}
|
||||
|
||||
public void init() throws CommandException {
|
||||
logger.debug("Starting {}", BaseConfig.PROJECT_NAME + " " + BaseConfig.PROJECT_VERSION);
|
||||
var commandKey = ns.getString("command");
|
||||
var command = Commands.getCommand(commandKey);
|
||||
if (command == null) {
|
||||
|
||||
Reference in New Issue
Block a user