variable argsimport { args } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/cli/common.js"; 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.