Module

x/scaffold/src/deps/cli.ts>IArgument

scaffold your next project with style and 💗
Latest
interface IArgument
implements IFlagArgument
import { type IArgument } from "https://dotland.deno.dev/x/scaffold@0.3.0/src/deps/cli.ts";

Argument details.

Properties

name: string

Argument name.

action: string

Shell completion action.

type: string

Arguments type.

import IArgument
import { IArgument } from "https://dotland.deno.dev/x/scaffold@0.3.0/src/deps/cli.ts";