README.md in autowow-0.4.1 vs README.md in autowow-0.5.0
- old
+ new
@@ -25,10 +25,11 @@
* do not cause conflicted state
* hard check for prerequisites
* store and restore uncommitted changes
* output executed commands that cause any change
* execute in current directory
+* retain original output color
### VCS
Commands related to version control systems.
Currently only Git and the GitHub API are supported.
@@ -91,15 +92,26 @@
#### Gem clean
* Removes unused gems
+#### Rubocop parallel autocorrect
+
+* Runs `rubocop` in parallel mode, autocorrects offenses on single thread
+* *Experimental feature, in practice it is not faster than running `rubocop -a`!*
+
### Ruby
#### Ruby versions
* Shows Ruby versions in use
* Searches for repositories on paths: `.`, `./*/`
+
+### Misc
+
+#### Execute
+
+* Executes given command
## Feedback
Any feedback is much appreciated.