Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix option parser's long option handling
Long option names were only compared to known options based on the length of the option name given in the arguments, resulting in strange matches, e.g., '--step' was matching '--steps'. Signed-off-by: Christoph Niethammer <[email protected]>
- Loading branch information