mirror of
https://github.com/danog/dart-sass.git
synced 2025-01-23 06:12:00 +01:00
Add -w shorthand for --watch CLI flag (#1276)
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
This commit is contained in:
parent
39f19bef98
commit
11d09cffd7
@ -6,6 +6,10 @@
|
||||
|
||||
* Allow the null safety release of args and watcher.
|
||||
|
||||
### Command Line Interface
|
||||
|
||||
* Add a `-w` shorthand for the `--watch` flag.
|
||||
|
||||
## 1.32.8
|
||||
|
||||
* Update chokidar version for Node API tests.
|
||||
|
@ -81,6 +81,7 @@ class ExecutableOptions {
|
||||
parser
|
||||
..addSeparator(_separator('Other'))
|
||||
..addFlag('watch',
|
||||
abbr: 'w',
|
||||
help: 'Watch stylesheets and recompile when they change.',
|
||||
negatable: false)
|
||||
..addFlag('poll',
|
||||
|
Loading…
x
Reference in New Issue
Block a user