aboutsummaryrefslogtreecommitdiffstats
path: root/src/_ts-node
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2025-10-14 12:04:39 +0900
committerShohei YOSHIDA <syohex@gmail.com>2025-10-14 12:04:39 +0900
commit1cbda7f841ed30949d47227744295a43f38eae15 (patch)
tree603b8655a797bf5adfda6cc3c2415d3240ff335f /src/_ts-node
parentupdate protoc (diff)
downloadzsh-completions-1cbda7f841ed30949d47227744295a43f38eae15.tar
zsh-completions-1cbda7f841ed30949d47227744295a43f38eae15.tar.gz
zsh-completions-1cbda7f841ed30949d47227744295a43f38eae15.tar.bz2
zsh-completions-1cbda7f841ed30949d47227744295a43f38eae15.tar.lz
zsh-completions-1cbda7f841ed30949d47227744295a43f38eae15.tar.xz
zsh-completions-1cbda7f841ed30949d47227744295a43f38eae15.tar.zst
zsh-completions-1cbda7f841ed30949d47227744295a43f38eae15.zip
update ts-node
Diffstat (limited to 'src/_ts-node')
-rw-r--r--src/_ts-node3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/_ts-node b/src/_ts-node
index 1291922..6c81f1e 100644
--- a/src/_ts-node
+++ b/src/_ts-node
@@ -24,7 +24,7 @@
# Description
# -----------
#
-# Completion script for ts-node v10.9.1. (https://github.com/TypeStrong/ts-node)
+# Completion script for ts-node v10.9.2. (https://github.com/TypeStrong/ts-node)
#
# ------------------------------------------------------------------------------
# Authors
@@ -41,6 +41,7 @@ _arguments \
'(-e --eval)'{-e,--eval}'[Evaluate code]:code' \
'(-p --print)'{-p,--print}'[Print result of "--eval"]' \
'*'{-r,--require}'[Require a node module before execution]:path:_files' \
+ '(-i --interactive)'{-i,--interactive}'[Open the REPL even if stdin does not appear to be a terminal]' \
'--esm[Bootstrap with the ESM loader, enabling full ESM support]' \
'--swc[Use the faster swc transpiler]' \
'(- *)--showConfig[Print resolved configuration and exit]' \