pug-tail 0.1.0-alpha.2 → 0.1.0-alpha.4
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.
Potentially problematic release.
This version of pug-tail might be problematic. Click here for more details.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ npx pug-tail -c pugtail.config.js
|
|
|
116
116
|
- `-o, --out <dir>` - Output directory or file
|
|
117
117
|
- `-w, --watch` - Watch mode (monitors file changes)
|
|
118
118
|
- `-c, --config <path>` - Path to the configuration file
|
|
119
|
-
- `--obj <path>` - Path to a data file (JSON
|
|
119
|
+
- `--obj <path>` - Path to a data file (JSON)
|
|
120
120
|
- `--pretty` - Formats the HTML output
|
|
121
121
|
- `--basedir <path>` - Base directory for absolute includes
|
|
122
122
|
- `-d, --debug` - Enable debug output (shows details like component registration, slot detection, etc.)
|