UNPKG

@lowcodeunit/lcu-cli

Version:

This is the home of the LCU DevKit and the LCU CLI code.

7 lines (5 loc) 116 B
export class CLIOptions { public Options: string[]; public Root: string; public Title: string; }