import { type OptionParameters } from "https://deno.land/x/denomander@0.9.3/src/types/types.ts";
definition: { flags: string; description: string; command: Command; isRequired?: boolean; callback?: Function; defaultValue?: any; choices?: Array<any>; }