/** * Describes the possible arguments that * could be used when calling the CLI */ export interface CliArgs { base: string; verbose: string; externalCiProvider: string; textOnly: string; dangerfile: string; id: string; }