@acoustic-content-sdk/cli
Version:
Command line utility for the Acoustic Content SDK.
10 lines (9 loc) • 317 B
TypeScript
import { Command } from 'commander';
export declare const GENERATE_FEATURE_MODULE_COMMAND = "generate-feature-module";
/**
*
*
* @param program - the commander instance to attach the command to
* @returns the commander instance
*/
export declare function generateFeatureModuleCommand(program: Command): Command;