diff --git a/src/create-cli.ts b/src/create-cli.ts index b39e681..23486b5 100644 --- a/src/create-cli.ts +++ b/src/create-cli.ts @@ -110,6 +110,7 @@ export function createCli(argv: string[]) { coerce: (arg) => (arg === undefined ? null : arg), }) .option('entry-filter', { + alias: ['entries', 'e'], group: 'Client', type: 'string', describe: @@ -127,6 +128,7 @@ export function createCli(argv: string[]) { type: 'boolean', }) .option('lazy-compilation', { + alias: ['lazy', 'l'], group: 'Client', type: 'boolean', describe: 'Enable lazy compilation',