UNPKG

@thingjs/cli

Version:

<div align="center">      <a href="https://www.thingjs.com/guide/"><img width="200" src="https://www.thingjs.com/static/images/avatar.png"/></a> </div>

14 lines (12 loc) 238 B
interface CliOption { debug: string; [key: string]: string; } interface CommandContext { command: { name: string; opts: object; args: Array<string>; }; } export type { CliOption, CommandContext };