summaryrefslogtreecommitdiff
path: root/scripts/deploy/jvn_bash.sh
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 /scripts/deploy/jvn_bash.sh
parentfece037f453006c83c45825e3649495180eb30c9 (diff)
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
Diffstat (limited to 'scripts/deploy/jvn_bash.sh')
-rw-r--r--scripts/deploy/jvn_bash.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/deploy/jvn_bash.sh b/scripts/deploy/jvn_bash.sh
index 0320127..6feafb0 100644
--- a/scripts/deploy/jvn_bash.sh
+++ b/scripts/deploy/jvn_bash.sh
@@ -9,8 +9,8 @@ fi
# Completion script
if [ -n "$BASH_VERSION" ]; then
- if [ -f "$SCRIPT_DIR/comp/jvn_bash.sh" ]; then
- source "$SCRIPT_DIR/comp/jvn_bash.sh"
+ if [ -f "$SCRIPT_DIR/comp/comp.sh" ]; then
+ source "$SCRIPT_DIR/comp/comp.sh"
else
echo "Error: Completion script not found at $SCRIPT_DIR/comp/jvn_bash.sh" >&2
fi