export interface CommandOptions { name: string; path: string | string[]; info?: string; }