Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
kazushisan committed Sep 11, 2024
1 parent 8653a73 commit ab9e4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ Options:

The CLI will respect the `tsconfig.json` for loading source files.

Here's an example of using the cli.
Here's an example of using the cli. Make sure to skip your entrypoint file.

```
npx ts-remove-unused --skip 'src\/index\.ts'
npx ts-remove-unused --skip 'src\/main\.ts'
```

### Check
Expand Down

0 comments on commit ab9e4b2

Please sign in to comment.