Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
gommo committed Aug 5, 2024
1 parent 36243df commit d0a256e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,17 @@ Each section defines a set of include patterns followed by optional exclude patt

2. Run the tool:

```
npx ai-kb
```

## Debug Mode

To run the application in debug mode and see additional logging information, use the `-v` flag when starting the application:

```
npx ai-kb -v
```

This will provide detailed logging information about the file matching process, which can be helpful for troubleshooting or understanding how the tool processes your codebase.

Expand Down

0 comments on commit d0a256e

Please sign in to comment.