feat: encode-* decode-* add alias
This commit is contained in:
@@ -6,6 +6,9 @@ import { toArrayBuffer } from "https://deno.land/std@0.203.0/streams/mod.ts";
|
||||
const flags = parseArgs(Deno.args, {
|
||||
boolean: ["help"],
|
||||
string: ["value"],
|
||||
alias: {
|
||||
V: "value"
|
||||
}
|
||||
});
|
||||
|
||||
if (flags.help) {
|
||||
@@ -24,5 +27,5 @@ const encoded = encodeURIComponent(input);
|
||||
|
||||
console.log(encoded);
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T234554+08:00.MEUCIBu77Jl2kBpnQfz5Us0h
|
||||
// hv9ccvxvsKC0FKEQxRze3z0rAiEArwtUf0JRYQZmEDnpCjQ3SZqy+Fudk7JO3UqNhTJ13hg=
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260122T235939+08:00.MEQCIAQ5xspL/Z+a19RydUte
|
||||
// RRZnxP8wJSNLUFycWtQwJBvOAiAzk+43vb8lLiStnvmxQWN68Ddl2Hy5OodwvKxb2YWM4w==
|
||||
|
||||
Reference in New Issue
Block a user