static Future<String> askUrl(String question, {String? defaultValue}) => InputPrompt.askUrl(question, defaultValue: defaultValue);