feat: update scripts

This commit is contained in:
2026-01-21 23:50:44 +08:00
parent ae4e74a6c0
commit 30af9d34e5
4 changed files with 20 additions and 20 deletions

View File

@@ -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==