Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/esm/cli/common.js>args

A JavaScript extension package for building strong and modern applications.
Latest
variable args
import { 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.