From 6cf658cb268ce5ef0efc21905cbe6b6de20920d4 Mon Sep 17 00:00:00 2001 From: 1549469775 <1549469775@qq.com> Date: Thu, 2 Jan 2020 12:08:06 +0800 Subject: [PATCH] add --- bin/git2up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git2up b/bin/git2up index 9b47d74..ebb04f9 100644 --- a/bin/git2up +++ b/bin/git2up @@ -10,7 +10,7 @@ program .usage(' [options]'); // 定义命令用法 program - .command('check [options]', { + .command('check [options]', { noHelp: false, isDefault: true })