Get info from server first
This commit is contained in:
@@ -117,7 +117,8 @@ impl Command for InfoCommand {
|
||||
|
||||
fn exec(&self, _args: &[&str], lightclient: &LightClient) -> String {
|
||||
lightclient.do_sync(true);
|
||||
lightclient.do_info()
|
||||
|
||||
LightClient::do_info(lightclient.get_server_uri())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user