-
-
Notifications
You must be signed in to change notification settings - Fork 1
Issue #6: Let user add global options. #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
70f1188
to
89e6e98
Compare
0d2d1ec
to
1875904
Compare
* Feature: Let user add global options. * Feature: Refactoring. * Feature: Remove obsolete test now that we refactored the working_dir option. * Feature: Take in account the mode and get rid of latest PHPCS errors. * Fix PHPStan issue because of upgrade of consolidation/robo. * Improve functional tests. * Add missing parenthesys to avoid wrong order of operations. * Prevent issue when no working-dir is set on command line. * Move the method to another place, to be aligned with other method. * Use "options." instead of "taskman.". * Update documentation. * Let user customize options shortcuts. * Fix CS. * Typos
|
||
taskman: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks compatibility with phptaskman/drupal that depends on taskman.bin_dir:
https://github.com/php-taskman/drupal/blob/master/src/Robo/Plugin/Commands/AbstractDrupalCommands.php#L316
Should we release a new version of phptaskman/drupal with a dependency to 1.0.5 or rethink the renaming of this property?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update it :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okey, I'll make a pull request.
This PR
Fixes #6