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 | decode-uri-component.ts");
|
||||
console.log("decode-uri-component.ts --value <value>");
|
||||
Deno.exit(0);
|
||||
}
|
||||
|
||||
@@ -24,5 +24,5 @@ const encoded = decodeURIComponent(input);
|
||||
|
||||
console.log(encoded);
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T234540+08:00.MEUCIFlsdAs2FF+M18v15vsX
|
||||
// 5xKzD6RoWA0m8cduuBT8SKviAiEA2LWLhGEq5QBGLNzMWwAwKq82Cv7PgjkWG9Z4rgcz6GA=
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T234931+08:00.MEQCIGtptRwhQ3YN0WarjPH2
|
||||
// d0OIKCq/K1D6vOaRnSUUXP5OAiBnujYtnDlRYpJ4/jQMW8thQHilKyBTSKdr94NtnrsqCA==
|
||||
|
||||
@@ -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 | decode-uri.ts");
|
||||
console.log("decode-uri.ts --value <value>");
|
||||
Deno.exit(0);
|
||||
}
|
||||
|
||||
@@ -24,5 +24,5 @@ const encoded = decodeURI(input);
|
||||
|
||||
console.log(encoded);
|
||||
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T234532+08:00.MEUCIQCeMv9i5EQ0NC5i9RLH
|
||||
// 3aqgzsOZ3lZVbivVNwrreeQKnAIgBqmHd7er1TV8bfJgG4fM3Z0g8bBhtKNFL1x7mraTkXI=
|
||||
// @SCRIPT-SIGNATURE-V1: yk-r1.ES256.20260121T234924+08:00.MEYCIQDy8fXEkaASCyzxUPnv
|
||||
// qCCKWrxFfOIFwxCJXffxpFqUUQIhAJtdK5rcHt6LwxbScRS6GtyYIrlI/cwix786s+IXtwl5
|
||||
|
||||
@@ -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