Skip to content

Commit

Permalink
fix: short v
Browse files Browse the repository at this point in the history
  • Loading branch information
elrrrrrrr committed Feb 29, 2024
1 parent 37c8573 commit 9261a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if (args.length === 0) {
bun: { type: "boolean", default: false },
debug: { type: "boolean", default: false },
help: { type: "boolean", default: false, short: "h" },
version: { type: "boolean", default: false },
version: { type: "boolean", default: false, short: "v" },
},
});

Expand Down

0 comments on commit 9261a77

Please sign in to comment.