kirbyup 0.24.0 → 0.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/index.mjs +1 -1
- package/dist/cli.mjs +1 -1
- package/package.json +1 -1
package/dist/chunks/index.mjs
CHANGED
package/dist/cli.mjs
CHANGED
|
@@ -22,7 +22,7 @@ async function main(options = {}) {
|
|
|
22
22
|
ignoreOptionDefaultValue: true
|
|
23
23
|
}).option("-d, --out-dir <dir>", "Output directory", {
|
|
24
24
|
default: process.cwd()
|
|
25
|
-
}).option("-w
|
|
25
|
+
}).option("-w, --watch [path]", 'Watch mode. If no path is specified, the folder of the input file will be watched. Repeat "--watch" for multiple paths.').action(async (file, flags) => {
|
|
26
26
|
Object.assign(options, {
|
|
27
27
|
...flags
|
|
28
28
|
});
|