// @ts-types="npm:@types/yargs" export { default } from "yargs"; export * from "yargs"; import { CommandModule } from "yargs"; export function defineYargsModule( module: CommandModule, ): CommandModule { return module; } export const DEMAND_COMMAND_MESSAGE = "No command is specified";