component_debug::cli::storage

Function storage_make_directory_cmd

Source
pub async fn storage_make_directory_cmd(
    storage_provider_moniker: String,
    storage_capability_name: String,
    path: String,
    realm_query: RealmQueryProxy,
) -> Result<()>