Function gh_workflow_parser::util::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.