File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ npx interview-questions [options]
27
27
| -----------------| --------------------------------------------------------------- | ----------------------------------------|
28
28
| ` --filter ` | Filter questions by type (` all ` , ` top ` ). Default is ` all ` . | ` --filter top ` |
29
29
| ` --amount ` | Number of questions to retrieve (for ` top ` filter). | ` --amount 5 ` |
30
- | ` --level ` | Filter by difficulty level (` basic ` , ` intermediate ` , ` advanced ` ). | ` --level basic ` |
31
- | ` --theme ` | Filter by difficulty level
32
- ( closures | storage | es6 | classes |
33
- database ... and other 203 themes). | ` --theme es6 ` |
30
+ | ` --level ` | Filter by difficulty level (` basic ` , ` intermediate ` , ` advanced ` ). | ` --level basic ` |
31
+ | ` --theme ` | Filter by difficulty level | ` --theme es6 ` |
32
+ | | ( closures , storage , es6 , classes | |
33
+ | | database ... and other 203 themes). | |
34
34
| ` --format ` | Output format (` text ` , ` array ` , ` json ` ). Default is ` text ` . | ` --format json ` |
35
35
36
36
### Examples
You can’t perform that action at this time.
0 commit comments