Skip to content

Commit 491a188

Browse files
committed
-f alias for --format
1 parent baa50e5 commit 491a188

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ yargs
2323
})
2424
.option('format', {
2525
type: 'string',
26+
alias: 'f',
2627
description: 'Only build specified formats',
2728
defaultDescription: 'es,cjs,umd'
2829
})

0 commit comments

Comments
 (0)