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 = encodeURI(input);
|
||||
|
||||
console.log(encoded);
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T234929+08:00.MEQCIG0qEsSWVF4pM4fe0Y3M
|
||||
// STeuDjXvq5oN0hhQNaXI7iVyAiBVIZZBwSZUAshkPWIRvD7ll2+JvNunr7RB8Cl8K8Efsw==
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260122T235941+08:00.MEQCIHZDqYuoOnswypoEtmy7
|
||||
// Op3cR/EpGacHSYeOSvZnH6IiAiBr6iTB1eQwlRuHyteapz8xGEh3n7lHC6x2y16d5qCwcQ==
|
||||
|
||||
Reference in New Issue
Block a user