Skip to content

Commit

Permalink
add "--analyze" to cli help text
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Sep 22, 2021
1 parent d4d0d65 commit 9452fce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/esbuild/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ var helpText = func(colors logger.Colors) string {
` + colors.Bold + `Advanced options:` + colors.Reset + `
--allow-overwrite Allow output files to overwrite input files
--analyze Print a report about the contents of the bundle
(use "--analyze=verbose" for a detailed report)
--asset-names=... Path template to use for "file" loader files
(default "[name]-[hash]")
--banner:T=... Text to be prepended to each output file of type T
Expand Down

0 comments on commit 9452fce

Please sign in to comment.