Function wasmer_cli::utils::prompts::prompt_new_app_alias

source ยท
pub async fn prompt_new_app_alias(
    message: &str,
    default: Option<&str>,
    api: Option<&WasmerClient>,
) -> Result<String, Error>
Expand description

Prompt for an app name. If an api provided, will check if an app with the givne alias already exists.