We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e982ab9 commit a28069cCopy full SHA for a28069c
1 file changed
README.md
@@ -14,11 +14,18 @@ This is the CLI tool to train on certifications.
14
## Using Composer
15
```
16
$ composer create-project certificationy/certificationy-cli
17
-$ php certificationy.php [--number=20]
+$ php certificationy.php
18
19
20
## More run options
21
22
+### Select the number of questions
23
+```
24
+$ php certificationy.php start --number=10
25
26
+
27
+The default value is 20.
28
29
### List categories
30
31
$ php certificationy.php start --list [-l]
0 commit comments