Function wasmer_cli::utils::prompts::prompt_new_app_name
source ยท pub async fn prompt_new_app_name(
message: &str,
default: Option<&str>,
namespace: &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.