diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-07 19:11:42 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-07 19:11:42 +0800 |
| commit | c13275142639af54edf5b9a0363b7bfcb6b48711 (patch) | |
| tree | 3229999811c3500b1fb5973850dceaa6b4a2400a /resources/locales/en.yml | |
| parent | 81ea89384eb4cfda14518a6ccb439d97399ad74f (diff) | |
Remove --force flag from jv init command
The --force flag is no longer needed as the command now always checks if
the directory is empty. The corresponding help text in locale files has
also been removed.
Diffstat (limited to 'resources/locales/en.yml')
| -rw-r--r-- | resources/locales/en.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/locales/en.yml b/resources/locales/en.yml index be88c60..d3c7085 100644 --- a/resources/locales/en.yml +++ b/resources/locales/en.yml @@ -646,7 +646,6 @@ jv: init_create_dir_not_empty: | The current directory is not empty! - If you are certain you want to create here, please use --force to force execution! create: Failed to create local workspace! init: Failed to create workspace here! @@ -1083,8 +1082,7 @@ jv: Successfully merged share `%{share_id}` into your sheet `%{sheet}` Upstream information has changed, please use `jv update` to sync to the latest information - success_reject: - Rejected share `%{share_id}` + success_reject: Rejected share `%{share_id}` has_conflicts: | Conflicts occurred when merging structure from share `%{share_id}` into your sheet! |
