From 34ec4f680defde8e927e316df951cce0b281bee5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 2 Nov 2025 22:30:08 +0800 Subject: Format help documentation with consistent dash separators --- locales/help_docs/en.yml | 63 ++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 31 deletions(-) (limited to 'locales/help_docs/en.yml') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 0878ee1..4464afe 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -10,20 +10,20 @@ jvv: * With great power comes great responsibility * **VAULT**: - create Create a vault in the given directory name - init Create a vault in the current directory + create - Create a vault in the given directory name + init - Create a vault in the current directory **QUERY**: - here Query information about the current vault + here - Query information about the current vault **MEMBERS**: member [list|register|remove] - list List members - register Register a member - remove Remove a member + list - List members + register - Register a member + remove - Remove a member **SERVICES**: - service listen Run the server + service listen - Run the server Additionally, you can use jvv --help to query more detailed help! @@ -140,48 +140,49 @@ jv: This program connects to upstream vaults to synchronize and commit changes to local workspace files for collaborative work. **ALIASES**: - jv u Download latest information, jv t Track files, jv mv -a Auto-move files, jv in/out Import or export files + jv u - Download latest information + jv t - Track files + jv mv -a - Auto-move files + jv [in|out] - Import or export files **WORKSPACE**: - create Create workspace - init Create workspace in current directory + create - Create workspace + init - Create workspace in current directory **UPSTREAM VAULT**: - direct Direct workspace to upstream vault - unstain Unstain workspace, clear association + direct - Direct workspace to upstream vault + unstain - Unstain workspace, clear association **ACCOUNTS**: account [list|as|add|remove|movekey] - list List accounts - as Switch account in workspace - add Add account to this computer - remove Remove account from computer - movekey Move private key file to specified account + list - List accounts + as - Switch account in workspace + add - Add account to this computer + remove - Remove account from computer + movekey - Move private key file to specified account **SYNC**: - update Download latest information + update - Download latest information **SHEETS**: sheet [list|use|exit] - list List all sheets - use Use sheet, start work - exit Exit sheet, clear current modifications + list - List all sheets + use - Use sheet, start work + exit - Exit sheet, clear current modifications **FILE TRANSFER** - import Import files from import area - import Import files from reference sheet - export -m -n Export files to other sheets + import - Import files from import area + import - Import files from reference sheet + export -m -n - Export files to other sheets **FILE OPERATIONS** - move Safely rename files - move auto Automatically handle local file moves or renames - track Track and upload files to upstream vault + move - Safely rename files + move auto - Automatically handle local file moves or renames + track - Track and upload files to upstream vault **DOCUMENTATION** - docs list List all available documentation - docs View content of specified documentation - or jv docs -e - Return temporary path of specific documentation for editor opening - **Example**: jv docs get-started -e | nano + docs list - List all available documentation + docs - View content of specified documentation You can use jv --help to query more detailed help! -- cgit