@acoustic-content-sdk/cli
Version:
Command line utility for the Acoustic Content SDK.
10 lines (9 loc) • 339 B
TypeScript
import { Command } from 'commander';
export declare const GENERATE_MESSAGES_COMMAND = "generate-messages";
/**
* Returns a command that generates a typescript message file from NLS JSON input sources.
*
* @param program - the driver
* @return the command
*/
export declare function generateMessagesCommand(program: Command): Command;