mdts 0.12.0 → 0.13.0
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/README.md +3 -3
- package/dist/frontend/bundle.js +80 -4
- package/dist/frontend/markdown.css +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -45,9 +45,9 @@ npx mdts <directory> --host 0.0.0.0 --port 3000 --silent
|
|
|
45
45
|
| Option | Description | Example |
|
|
46
46
|
| -------------- | ------------------------------------- |---------|
|
|
47
47
|
| `<directory>` | Specify root directory (default .) | ./docs |
|
|
48
|
-
| `--host`
|
|
49
|
-
| `--port`
|
|
50
|
-
| `--silent`
|
|
48
|
+
| `--host`, `-H` | Host to listen on (default localhost) | 0.0.0.0 |
|
|
49
|
+
| `--port`, `-p` | Change the server port (default 8521) | 8000 |
|
|
50
|
+
| `--silent`, `-s` | Suppress server logs | |
|
|
51
51
|
|
|
52
52
|
## 📚 Documentation
|
|
53
53
|
|