component_debug::cli::stop

Function stop_cmd

Source
pub async fn stop_cmd<W: Write>(
    query: String,
    lifecycle_controller: LifecycleControllerProxy,
    realm_query: RealmQueryProxy,
    writer: W,
) -> Result<()>