Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fix2015 authored Dec 21, 2024
1 parent c8ea603 commit 708074a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ npx interview-questions [options]
|-----------------|--------------------------------------------------------------- |----------------------------------------|
| `--filter` | Filter questions by type (`all`, `top`). Default is `all`. | `--filter top` |
| `--amount` | Number of questions to retrieve (for `top` filter). | `--amount 5` |
| `--level` | Filter by difficulty level (`basic`, `intermediate`, `advanced`). | `--level basic` |
| `--theme` | Filter by difficulty level
( closures | storage | es6 | classes |
database ... and other 203 themes). | `--theme es6` |
| `--level` | Filter by difficulty level (`basic`, `intermediate`, `advanced`). | `--level basic` |
| `--theme` | Filter by difficulty level | |
| | ( closures | storage | es6 | classes | |
| | database ... and other 203 themes). | `--theme es6` |
| `--format` | Output format (`text`, `array`, `json`). Default is `text`. | `--format json` |

### Examples
Expand Down

0 comments on commit 708074a

Please sign in to comment.