006c946389
Commit20ba591b7ffixed incorrect feature detection in the CLI, but introduced a regression; previously the "ping" would only be executed if needed (seeb39739123b), but by not inlining the call to `ServerInfo()` would now always be called. This patch inlines the code again to only execute the "ping" conditionally, which allows it to be executed lazily (and omitted for commands that don't require a daemon connection). Signed-off-by: Sebastiaan van Stijn <github@gone.nl>