From 1f1faf8b1bd1e02443cc55399e3dfe793bebbfa6 Mon Sep 17 00:00:00 2001 From: ssube Date: Mon, 17 Jun 2019 08:13:39 -0500 Subject: [PATCH] fix: list modes in help --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 8a7317a..86a11ee 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,6 +46,7 @@ const MAIN_ARGS = usage(`Usage: $0 [options]`) }) .option('mode', { alias: ['m'], + choices: ['check', 'fix'], default: 'check', type: 'string', })