export interface CommandExample {
    command: string;
    description: string;
}
