Function check_gh_cli_version

Source
pub fn check_gh_cli_version(min_required: Version) -> Result<(), Box<dyn Error>>
Expand description

Retrieve the GitHub CLI version from the GitHub CLI binary and check that it meets version requirements.