diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-17 19:15:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-17 19:15:03 +0800 |
| commit | e78eac0511bebe72e471346bb45d8b7436a52799 (patch) | |
| tree | 762e6e4f8a35d985b7c0b3719c526beb5c82d7d6 /locales/help_docs/en.yml | |
| parent | 0b2a864d85015e2f69f83d8be3d6a4e2ab10629f (diff) | |
Add error handling for sheet use command
Diffstat (limited to 'locales/help_docs/en.yml')
| -rw-r--r-- | locales/help_docs/en.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 4997257..db143a1 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -533,6 +533,15 @@ jv: analyze: | Failed to analyze local workspace status! + use: + sheet_not_exists: | + Sheet `%{name}` does not exist! + **Tip**: Please use `jv update` to update workspace status + + directory_not_empty: | + When no sheet is in use, the workspace should not contain any files! + **Tip**: Please ensure the workspace is clean before using `jv use <sheet_name>` to select and use a sheet + success: account: as: Successfully switched this workspace's account to `%{account}` |
