From d121a4b32e6f4748e6e5abe13271f3c240f57d92 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 20 Dec 2017 17:01:09 +0000 Subject: [PATCH] This doesn't work --- commands/text-edit/binary.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/text-edit/binary.js b/commands/text-edit/binary.js index 754c1224..a67f86c0 100644 --- a/commands/text-edit/binary.js +++ b/commands/text-edit/binary.js @@ -14,7 +14,6 @@ module.exports = class BinaryCommand extends Command { key: 'mode', prompt: `Would you like to ${list(modes, 'or')}?`, type: 'string', - format: `<${modes.join('|')}>`, validate: mode => { if (modes.includes(mode.toLowerCase())) return true; return `Invalid mode, please enter either ${list(modes, 'or')}.`;