healt:check command can only run a single or all checks. It would be cool to be able to provide a list of checks to be run.
Your mission Jim, should you decide to accept it, is to:
- Modify the
HealthCheckCommand to accept as an argument a list of checkName, comma separated like in "check1,check2,check3"
- You'll have to modify the Runner implementation.
- Tests are mandatory.
healt:checkcommand can only run a single or all checks. It would be cool to be able to provide a list of checks to be run.Your mission Jim, should you decide to accept it, is to:
HealthCheckCommandto accept as an argument a list of checkName, comma separated like in "check1,check2,check3"