Skip to content

Commit

Permalink
fix!: rename --ev to --inline
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Dec 23, 2023
1 parent 3b1d590 commit 8d5aeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/build/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const builder = {
'env-var': {
description: 'Environment variables to be inlined.',
type: 'array',
alias: 'ev',
alias: 'inline',
},
watch: {
description: 'Whether watch mode is enabled or not',
Expand Down

0 comments on commit 8d5aeed

Please sign in to comment.