interface ArgKindimport { type ArgKind } from "https://deno.land/x/dax@0.24.0/src/commands/args.ts"; Propertieskind: "ShortFlag" | "LongFlag" | "Arg"arg: string