import { type ArgumentOptions } from "https://deno.land/x/cliffy@v1.0.0-rc.1/flags/types.ts";
Options for a flag argument.
Properties
optional
type: ArgumentType | stringArgument type.
If enabled, argument will be separated by a separator defined with the
separator
option.