diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-26 15:55:10 +0800 |
| commit | fb2ffa849a2cf9251cc274ebea5daa9898579787 (patch) | |
| tree | 53b87ee60ba7c6ee7b001221855a6f3bff7e8526 /resources/locales/jvn/cmds/workspace/sheet/en.yml | |
| parent | 4cb7c2e91d7dbde32de31e6ab48683d60212ec1d (diff) | |
Add shell completion system with descriptions and i18n support
Diffstat (limited to 'resources/locales/jvn/cmds/workspace/sheet/en.yml')
| -rw-r--r-- | resources/locales/jvn/cmds/workspace/sheet/en.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/locales/jvn/cmds/workspace/sheet/en.yml b/resources/locales/jvn/cmds/workspace/sheet/en.yml index 0eaec26..4718afa 100644 --- a/resources/locales/jvn/cmds/workspace/sheet/en.yml +++ b/resources/locales/jvn/cmds/workspace/sheet/en.yml @@ -9,3 +9,13 @@ workspace_sheet: exactly_one_required: | Exactly one of `--new`, `--delete`, `--list-all`, or `--print-path` is required. You can use `jvn helpdoc commands/workspace/sheet` to view usage. + + comp: + list_all: | + List all structure sheets + print_path: | + Print the file path of the specified structure sheet + new: | + Create a new structure sheet + delete: | + Delete a structure sheet |
