UNPKG

@frontitude/cli

Version:

The Frontitude CLI enables product teams to integrate their code with Frontitude (frontitude.com), thus creating a single source of truth for their product copy, from design to development.

15 lines (14 loc) 356 B
import { Command } from "@oclif/core"; export declare class ConfigSet extends Command { static description: string; static args: ({ name: string; required: boolean; options: string[]; } | { name: string; required: boolean; options?: undefined; })[]; run(): Promise<void>; }