UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

11 lines (8 loc) 233 B
import { z } from 'zod' /** * Common parameter schemas for CLI commands */ export const projectParameter = z .string() .optional() .describe(`The path to the project directory. Default is CWD (current working directory).`)