Closed andrewn617 closed 9 months ago
When specifying a boolean option foo, Thor will accept --skip-foo as an options (the same as --no-foo). This behaviour was previously undocumented.
foo
--skip-foo
--no-foo
This PR updates the documentation in the repo and also the usage method to make this feature more discoverable.
usage
When specifying a boolean option
foo
, Thor will accept--skip-foo
as an options (the same as--no-foo
). This behaviour was previously undocumented.This PR updates the documentation in the repo and also the
usage
method to make this feature more discoverable.