static Future<String> input(String scope, String key) async { Show.pleaseEnter("INPUT", scope, key); var input = await prompt('INPUT'); return input; }