feat: update scripts
This commit is contained in:
@@ -9,8 +9,8 @@ const flags = parseArgs(Deno.args, {
|
||||
});
|
||||
|
||||
if (flags.help) {
|
||||
console.log("echo value | encode-uri-component.ts");
|
||||
console.log("encode-uri-component.ts --value <value>");
|
||||
console.log("echo value | encode-uri.ts");
|
||||
console.log("encode-uri.ts --value <value>");
|
||||
Deno.exit(0);
|
||||
}
|
||||
|
||||
@@ -24,5 +24,5 @@ const encoded = encodeURI(input);
|
||||
|
||||
console.log(encoded);
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T234549+08:00.MEUCIB0e/l8ee6VlgMwYM9hu
|
||||
// G2znsgPWxfylKLZ19Dt44byrAiEAhVkboLnYk7dIO0zj44KP0SHvmUHGKm0L3QrivTmFfGI=
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T234929+08:00.MEQCIG0qEsSWVF4pM4fe0Y3M
|
||||
// STeuDjXvq5oN0hhQNaXI7iVyAiBVIZZBwSZUAshkPWIRvD7ll2+JvNunr7RB8Cl8K8Efsw==
|
||||
|
||||
Reference in New Issue
Block a user