Replies: 3 comments 4 replies
|
An argument can be made for both sides:
Do you want to take a deeper look at possible implementation, or should I? |
3 replies
|
I would like to start finalizing version 1.3 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The custom filters for commands accept an array of functions to be executed before running the command.
I'd like custom validations to also accept an array of functions.
Sharing the scenario where I noticed the lack of such feature.
I'm creating a random number generator for a bashly tutorial, and at some point of the tutorial I have this in the
bashly.ymlThe next step of the tutorial is to add the
--minflag, which adds a new scenario to be validated:minmust be less thanmax.I'd like to be able to do something like this:
All reactions