Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(options): Define default options as an explicit instance. (#34)
This simplifies option parsing logic a bit, and sets us up to add a flag to override the default options (#35). I also tweaked most of the tests in keep_sorted_test to not rely on the default options at all and instead be more explicit about the behavior they need to pass.
- Loading branch information