export interface DiffChangelogCommandAttributes {
    /**
     * Path to file where diff output will be saved
     */
    outputFile?: string;
}
