component_debug::cli::storage

Function storage_list_cmd

Source
pub async fn storage_list_cmd<W: Write>(
    storage_provider_moniker: String,
    storage_capability_name: String,
    path: String,
    realm_query: RealmQueryProxy,
    writer: W,
) -> Result<()>