export interface ICommandFlagConfig {
    description: string;
    fullFlag: string;
    shortFlag: string;
}
