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