UNPKG

@shopify/cli

Version:

A CLI tool to build for the Shopify platform

10 lines (9 loc) 293 B
import Command from '@shopify/cli-kit/node/base-command'; export default class CommandFlags extends Command { static description: string; static hidden: boolean; static flags: { csv: import("@oclif/core/interfaces").BooleanFlag<boolean>; }; run(): Promise<void>; }