Remove unnecessary addition of flags in commands
This commit is contained in:
parent
42e9e1e563
commit
fc979f7a3e
4
src/_tsc
4
src/_tsc
|
@ -189,8 +189,8 @@ local -a opts=(
|
||||||
'--synchronousWatchDirectory[Synchronously call callbacks and update the state of directory watchers on platforms]'
|
'--synchronousWatchDirectory[Synchronously call callbacks and update the state of directory watchers on platforms]'
|
||||||
'--excludeDirectories[Remove a list of directories from the watch process]:dirs:_files -/'
|
'--excludeDirectories[Remove a list of directories from the watch process]:dirs:_files -/'
|
||||||
"--excludeFiles[Remove a list of files from the watch mode's processing]:files:_files"
|
"--excludeFiles[Remove a list of files from the watch mode's processing]:files:_files"
|
||||||
"--libReplacement[Enable library replacement]:boolean:(true false)"
|
"--libReplacement[Enable library replacement]"
|
||||||
"--erasableSyntaxOnly[Ensures that runtime constructs which are not part of ECMAScript are not allowed]:boolean:(true false)"
|
"--erasableSyntaxOnly[Ensures that runtime constructs which are not part of ECMAScript are not allowed]"
|
||||||
'*:: :_files' \
|
'*:: :_files' \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue