Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Mar 2, 2022
1 parent 5880a3b commit ece31cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/tailwindcss-cli/tests/cli.test.js
Expand Up @@ -291,7 +291,7 @@ describe('Build command', () => {
-i, --input Input file
-o, --output Output file
-w, --watch Watch for changes and rebuild as needed
-p, --poll Poll for changes every so often and rebuild
-p, --poll Use polling instead of filesystem events when watching
--content Content paths to use for removing unused classes
--postcss Load custom PostCSS configuration
-m, --minify Minify the output
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Expand Up @@ -161,7 +161,7 @@ let commands = {
'--input': { type: String, description: 'Input file' },
'--output': { type: String, description: 'Output file' },
'--watch': { type: Boolean, description: 'Watch for changes and rebuild as needed' },
'--poll': { type: Boolean, description: 'Poll for changes every so often and rebuild' },
'--poll': { type: Boolean, description: 'Use polling instead of filesystem events when watching' },
'--content': {
type: String,
description: 'Content paths to use for removing unused classes',
Expand Down

0 comments on commit ece31cb

Please sign in to comment.