You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for using the tool and reaching out! I'm going to close however as this is a duplicate of a few other issues (#181, #168, and #151). I think the best description of the behavior can be found in #151 (comment) but in short you're trying to use an unreleased feature and will instead need to chain your multicommand hooks with &&.
The array syntax support got stuck behind some other larger unreleased changes, including a breaking change that's blocking the ability to release, and unfortunately I haven't been able to carve out enough bandwidth to sit down to rework all of those.
Perhaps having an unreleased feature in the main readme is gonna continue tripping people up 2 years later?
That is possible. Only time will tell 😉
Jokes aside, I still think people should refer to the actual documentation on crates.io and/or docs.rs that reflect the version they are using. Avoiding those and looking at source control is always going to be a recipe for potential issues.
That being said, if someone wants to submit a PR to modify the readme snippet then I'd support it. My bandwidth for open source is limited these days and what little I do have is occupied with the 2024 edition currently
Environment Details
Description
When pre-push hook has as value a list, the hook is rejected with the following message:
An example of
.rusty-hook.toml
that fails is this one:Now, when I use only one command in the pre-push hook, everything works. An example of
.rusty-hook.toml
that works is this one:The text was updated successfully, but these errors were encountered: