export interface ICommandParse { args: string[]; content: string; name: string; }