UNPKG

@lunora/cli

Version:

The Lunora CLI: init, dev, deploy, codegen, migrate, seed, doctor, insights, logs, registry, and the rest of the project commands

2 lines (1 loc) 280 B
import{LunoraError as r}from"@lunora/errors";const n=["both","none","openapi","openrpc"],p=n.join(" | "),t=o=>{if(!(typeof o!="string"||o.length===0)){if(n.includes(o))return o;throw new r("INTERNAL",`invalid --api-spec "${o}" — expected one of: ${p}`)}};export{p as A,t as p};