pub fn edit_description(
    repo: &ReadonlyRepo,
    description: &str,
    settings: &UserSettings
) -> Result<String, CommandError>