mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
update ts-node
This commit is contained in:
+2
-1
@@ -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]' \
|
||||
|
||||
Reference in New Issue
Block a user