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

x/args/index.ts>types.ArgvItem.DoubleDash

Extensible CLI arguments parser for Deno with intelligent TypeScript inference
Latest
interface types.ArgvItem.DoubleDash
implements Base
import { type types } from "https://deno.land/x/args@2.1.1/index.ts";
const { DoubleDash } = types.ArgvItem;

Double dash variant of ArgvItem

Properties

readonly
type: "double-dash"
readonly
raw: "--"