UNPKG

93 BTypeScriptView Raw
1export interface Command {
2 readonly bin: string;
3 readonly args: readonly string[];
4}