@ssm123ssm/vault 0.1.12 → 0.1.13
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/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -12,6 +12,7 @@ Commands:
|
|
|
12
12
|
add Add a local project path + passphrase
|
|
13
13
|
run Run the daemon (WebSocket listener). Use --daemon to run in background.
|
|
14
14
|
Add --link to link first (e.g. run --link --code ABC123).
|
|
15
|
+
Add --ui to always use the local folder picker UI.
|
|
15
16
|
`);
|
|
16
17
|
}
|
|
17
18
|
|