Skip to content

Commit 49f0f94

Browse files
committed
chore: Change cli.ts
1 parent 1349a68 commit 49f0f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ try {
3535
const { options, args } = await new Command()
3636
.name("base85")
3737
.description("Base85 (Ascii85 with Adobe Escape Sequence) encode or decode FILE, or standard input, to standard output.")
38-
.version("0.0.10")
38+
.version("v0.0.11")
3939
.option("-d, --decode", "Decode data")
4040
.arguments("<option>")
4141
.parse(!isatty ? [...Deno.args, [...stdin!].join(",")] : !file! ? Deno.args : !args_judge! ? [[...file!].join(",")] : [Deno.args[0], [...file!].join(",")]);

0 commit comments

Comments
 (0)