diff --git a/src/index.ts b/src/index.ts index f2271b4..4bb26ef 100644 --- a/src/index.ts +++ b/src/index.ts @@ -13,16 +13,19 @@ const CONFIG_ARGS_PATH = 'config-path'; const RULE_OPTION: Options = { default: [], + group: 'Rules:', type: 'array', }; const MAIN_ARGS = usage(`Usage: $0 [options]`) .option(CONFIG_ARGS_NAME, { default: `.${VERSION_INFO.app.name}.yml`, + group: 'Config:', type: 'string', }) .option(CONFIG_ARGS_PATH, { default: [], + group: 'Config:', type: 'array', }) .option('coerce', {