git-machete
git-machete copied to clipboard
Pass around other enum options (like `traverse --start-from=...`) similarly to `SquashMergeDetection`
So MacheteClient should only ever see them as enums, not as plain strings.
See PR #1238 -> git_machete/cli.py and git_machete/constants.py.