Kristof, Fooman
Kristof, Fooman
### Preconditions 1. call action group from before with more than 1 argument ### Steps to reproduce ``` ``` ### Expected result 1. should work as it did with the...
Add a default editor label similar to how [aw-watcher-phpstorm](https://github.com/OlivierMary/aw-watcher-jetbrains/blob/master/src/main/java/fr/mary/olivier/aw/watcher/ReportActivity.java#L112C158-L112C158) works:  
For a few of the commands (especially the Composer commands) we get quite a bit of output that is creating unnecessary noise. We should be able to filter out what...
Currently the self-update command returns ``` [Exception] API error - no release found at GitHub repository extdn/installer-m2 ```
Contemplate enabling GZ compression https://github.com/humbug/box/blob/master/doc/optimizations.md#compress-your-phar
Uninstallation has the same challenges as installation. Mirror the install command to run the uninstallation procedure.
The code includes a few todo items for further enhancements https://github.com/extdn/installer-m2/search?utf8=%E2%9C%93&q=todo&type=
For now the installer is untested on Windows and will likely fail. We'll keep a list of items to consider here: 1. oneliner uses bash 2. we use `find` to...
Currently Travis tests the oneliner execution for packagist/github installs. During this we have a hard reference back to the phar file as currently on the master branch. Ideally we would...