Skip to content

Commit

Permalink
chore: Change cli.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
redpeacock78 committed Nov 12, 2021
1 parent b3f8c4a commit c1c44af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ try {
const { options, args } = await new Command()
.name("base85")
.description("Base85 (Ascii85 with Adobe Escape Sequence) encode or decode FILE, or standard input, to standard output.")
.version("0.0.6")
.version("0.0.7")
.option("-d, --decode", "Decode data")
.arguments("<option>")
.parse(isatty ? Deno.args : [...Deno.args, [...stdin!].join(",")]);
Expand Down

0 comments on commit c1c44af

Please sign in to comment.