Skip to content

Commit

Permalink
Add --trace arguments to help text
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 27, 2024
1 parent 84db245 commit 4b314e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/knip/src/util/cli-arguments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ Options:
--no-exit-code Always exit with code zero (0)
--max-issues Maximum number of issues before non-zero exit code (default: 0)
-d, --debug Show debug output
--trace Show trace output
--trace-export [name] Show trace output for named export(s)
--trace-file [file] Show trace output for exports in file
--performance Measure count and running time of expensive functions and display stats table
-h, --help Print this help text
-V, --version Print version
Expand Down

0 comments on commit 4b314e2

Please sign in to comment.