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? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I would like to start finalizing version 1.3 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Tracked in #658 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
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.yml
The next step of the tutorial is to add the
--min
flag, which adds a new scenario to be validated:min
must be less thanmax
.I'd like to be able to do something like this:
Beta Was this translation helpful? Give feedback.
All reactions