This is the CLI tool to train on certifications.
$ composer create-project certificationy/certificationy-cli
$ php certificationy.php
$ php certificationy.php start --number=10
The default value is 20.
$ php certificationy.php start --list [-l]
Will list all the categories available
$ php certificationy.php start "Automated tests" "Bundles"
Will only get the questions from the categories "Automated tests" and "Bundles"
Use the category list from List categories
$ php certificationy.php start --show-multiple-choice
$ php certificationy.php start --number=5 --show-multiple-choice "Automated tests" "Bundles"
- 5 questions
- We will show if a questions has multiple choices
- Only get questions from category "Automated tests" and "Bundles"
Note: if you pass --list [-l] then you will ONLY get the category list, regarding your other settings