Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samestrin committed Apr 25, 2024
1 parent e355ad4 commit b80843c
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@ This will process all JavaScript files in the specified project directory, respe
## Options

```
--help Show help [boolean]
-p, --path-name Path to the project directory [string] [required]
-f, --file-pattern Pattern of files to include, e.g., '\.js$' or '*' for
all files [string] [required]
-c, --compress Should we compress the output? [boolean]
-o, --output-filename Filename to write output to instead of printing to
console [string]
-v, --version Display the version number [boolean]
--help Show help [boolean]
-p, --path-name Path to the project directory [string] [required]
-f, --file-pattern Pattern of files to include, e.g., '\.js$' or '*' for
all files [string] [required]
-o, --output-filename Output filename [string]
-i, --include-comments Include comments? (Default: false) [boolean]
-c, --compress Compress? (Default: false) [boolean]
--chunk-size Maximum size (in kilobytes) of each file [number]
-s, --suppress-layout Suppress layout in output (Default: false) [boolean]
-v, --version Display the version number [boolean]
```

## Contributing
Expand Down

0 comments on commit b80843c

Please sign in to comment.