interface IArgumentDetails
implements IFlagArgument
import { type IArgumentDetails } from "https://deno.land/x/cliffy@v0.8.0/packages/command/lib/types.ts";
Argument details.
Properties
type: OptionType | string
Arguments type.
x/cliffy/packages/command/lib/types.ts>IArgumentDetails
import { type IArgumentDetails } from "https://deno.land/x/cliffy@v0.8.0/packages/command/lib/types.ts";
Argument details.
Arguments type.