swellaby / rusty-hook

git hook manager, geared toward Rust projects
MIT License
206 stars 11 forks source link

Enhance multi-command documentation #137

Open calebcartwright opened 3 years ago

calebcartwright commented 3 years ago

When array-syntax support was added for specifying multiple commands the documentation was updated to describe the new behavior. However, this could potentially be misleading and give the impression that's the only way to run multiple commands (as opposed to using &&.

We should enhance the docs to be more explicit about specifying the different options, and clarify that the array syntax is only supported in v0.12+