Actions
Feature #16811
closedAllow for multiple validation blocks in option to be defined
Difficulty:
easy
Triaged:
Pull request:
Team Backlog:
Description
I have a module that defines some option validation and it can be called multiple times. In order to do this, I need to be able to set multiple validation blocks. I tried to write something that could be called from within 'validation_options' but the code there is executed within HammerCLI::Validator so I don't think that'll work.
Actions