UNPKG

extwee

Version:

A story compiler tool using Twine-compatible formats

9 lines (8 loc) 337 B
/** * Process command line arguments. * @function CommandLineProcessing * @description This function processes the command line arguments passed to the Extwee CLI. * @module CLI/commandLineProcessing * @param {Array} argv - The command line arguments passed to the CLI. */ export function CommandLineProcessing(argv: any[]): void;