quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
9.82k stars 433 forks source link

fix: requesting --help is not an error #1358

Closed flexiondotorg closed 3 days ago

flexiondotorg commented 3 days ago

Description

This patch modified usage() so that it does not always exit 1. However, actual error condition that result is displaying usage do now exit 1 where appropriate.

The reason for this change is so that simple build/test CI jobs do not encounter a failure condition when legitimately requesting ./quickget --help.

Type of change

Checklist: