Improved error message for remote version package output

This commit is contained in:
2025-07-09 23:20:11 -05:00
parent b91cf18b04
commit 47b2aabd9f
8 changed files with 45 additions and 25 deletions

View File

@ -8,6 +8,14 @@ commands:
packageManager: apt
packageOperation: checkVersion
checkAptNoVersion:
type: package
shell: zsh
packages:
- name: "apt"
packageManager: apt
packageOperation: checkVersion
checkDockerPartialVersionWithoutRegex:
type: package
shell: zsh
@ -50,4 +58,7 @@ cmdLists:
- checkDockerPartialVersionWithoutRegex
- checkDockerPartialVersionWithRegex
- checkDockerVersionWithInvalidRegex
- checkDockerNoVersion
- checkDockerNoVersion
logging:
verbose: true