Skip to content

Commit ed731a5

Browse files
committed
fix bench
1 parent 8e04910 commit ed731a5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bench/bench.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
argument,
66
cli,
77
command,
8+
short,
89
subCommand,
910
type,
1011
} from "../src/index.ts";
@@ -23,6 +24,7 @@ Deno.bench("Args API", { group: "parse" }, () => {
2324
@type("string")
2425
script?: string;
2526

27+
@short("A")
2628
@type("boolean")
2729
A?: boolean;
2830

0 commit comments

Comments
 (0)