mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #41 from tailwindcss/hide-catchall-command-from-help
Hide catchall command from help
This commit is contained in:
commit
072c7136bd
@ -81,7 +81,9 @@ program.command('build')
|
||||
})
|
||||
})
|
||||
|
||||
program.command('*')
|
||||
program.command('*', null, {
|
||||
noHelp: true
|
||||
})
|
||||
.action(function () {
|
||||
program.help()
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user