summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-25 21:52:52 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-25 21:52:52 +0800
commit4cb7c2e91d7dbde32de31e6ab48683d60212ec1d (patch)
tree8d70aac6dd33599b278684c05388a319a978b825 /resources
parentfece037f453006c83c45825e3649495180eb30c9 (diff)
Add shell flag to completion scripts and rename output filesdevdeploy/nightly
- 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
Diffstat (limited to 'resources')
-rw-r--r--resources/other/jvn_comp_help.txt13
1 files changed, 13 insertions, 0 deletions
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 <content>]
+ [-C | --cursor-position <position>]
+ [-w | --current-word <word>]
+ [-p | --previous-word <word>]
+ [-c | --command-name <name>]
+ [-i | --word-index <index>]
+ [-a | --all-words <word: ?>]
+ [-F | --shell-flag <bash/fish/powershell/zsh>]
+
+This program generates completion suggestions
+ for the `jvn` command,
+to be used with completion scripts.