Skip to content

Commit 01d8e4f

Browse files
committed
bump cliffy
1 parent cc4c572 commit 01d8e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
Command,
99
Type,
1010
ValidationError,
11-
} from "jsr:@cliffy/command@1.0.0-rc.5";
11+
} from "jsr:@cliffy/command@1.0.0-rc.7";
1212

1313
function command(name: string, ...args: string[]): Promise<Deno.CommandOutput> {
1414
return new Deno.Command(name, { args }).output();

0 commit comments

Comments
 (0)