export function getValidVersion()

in src/run.ts [45:47]


export function getValidVersion(version: string): string {
   return 'v' + version
}