import type { CommandModule } from "yargs" type WithDoubleDash = T & { "--"?: string[] } export function cmd(input: CommandModule>) { return input }