pub async fn status_report(
node_registry: &NodeRegistryManager,
service_control: &dyn ServiceControl,
detailed_view: bool,
output_json: bool,
fail: bool,
is_local_network: bool,
) -> Result<()>
pub async fn status_report(
node_registry: &NodeRegistryManager,
service_control: &dyn ServiceControl,
detailed_view: bool,
output_json: bool,
fail: bool,
is_local_network: bool,
) -> Result<()>