@telepath-computer/vault-server 0.4.1 → 0.4.2
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/src/cli.js +1 -1
- package/package.json +1 -1
package/dist/src/cli.js
CHANGED
|
@@ -11,7 +11,7 @@ Serve an Obsidian vault — or any folder of markdown — as JSON over HTTP.
|
|
|
11
11
|
|
|
12
12
|
path vault root (default: current directory)
|
|
13
13
|
--host bind address (default: 127.0.0.1)
|
|
14
|
-
--port port (default: 4747, or the next free port up to 4846)
|
|
14
|
+
--port port (default: 4747, or the next free port up to 4846; 0 for any free port)
|
|
15
15
|
--help show this help
|
|
16
16
|
--version print the version
|
|
17
17
|
`;
|