import { args } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/cli.ts";
The command-line arguments passed to the program.
This variable is the same as Deno.args
in Deno and process.argv.slice(2)
in Node.js or Bun.
import { args } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/cli.ts";
The command-line arguments passed to the program.
This variable is the same as Deno.args
in Deno and process.argv.slice(2)
in Node.js or Bun.