This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This introduces some unavoidable incompatibility due to CLI11 limitations. CLI11 does not support multi-character options with single dash. Previous options like -RH, -HWMON, and -SE can't be implemented as is. The replacement --hwmon options must specify a 0 or a 1. it can no longer we specified alone, implying a 0.
- Loading branch information
1 parent
0c36782
commit 28290a9
Showing
4 changed files
with
333 additions
and
581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.