From 4cb7c2e91d7dbde32de31e6ab48683d60212ec1d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Mar 2026 21:52:52 +0800 Subject: Add shell flag to completion scripts and rename output files - Add -F flag to all completion scripts to specify shell type - Rename completion output files to generic names (comp.sh, comp.zsh, etc.) - Add help text for jvn_comp program - Combine specific and default completion results - Add completion handlers for sheetdump, sheetedit, and version commands - Remove word count limits from workspace_alias and workspace_sheet completions --- resources/other/jvn_comp_help.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 resources/other/jvn_comp_help.txt (limited to 'resources') diff --git a/resources/other/jvn_comp_help.txt b/resources/other/jvn_comp_help.txt new file mode 100644 index 0000000..4660b7f --- /dev/null +++ b/resources/other/jvn_comp_help.txt @@ -0,0 +1,13 @@ +Usage: +jvn_comp [-f | --command-line ] + [-C | --cursor-position ] + [-w | --current-word ] + [-p | --previous-word ] + [-c | --command-name ] + [-i | --word-index ] + [-a | --all-words ] + [-F | --shell-flag ] + +This program generates completion suggestions + for the `jvn` command, +to be used with completion scripts. -- cgit