quickemu-project / quickemu

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

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

Closed flexiondotorg closed 4 months ago

flexiondotorg commented 4 months 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: