Skip to content

Conversation

valentin-claras
Copy link

@valentin-claras valentin-claras commented Sep 13, 2018

Why

The option keep-outdated doesn't work as it is a string compared to a boolean. Whatever its value, it's not going to be strictly equal to false (from the command line).

How

We want to keep old value by default. And by putting the option, we expect to remove them.
Since a boolean value is expected, change the option to be a boolean option (without value), with a name matching the opposite of its default behavior.

@valentin-claras valentin-claras force-pushed the fix/update-keep-outdated-to-boolean-remove-outdated branch from e4fdcb7 to f2b2caf Compare September 13, 2018 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant