mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
add missing flag
This commit is contained in:
parent
2c32885a2d
commit
575fdb5492
@ -77,3 +77,4 @@ complete -f -c jest -l watch -d 'Watch files for changes and rerun tests related
|
||||
complete -f -c jest -l watchAll -d 'Watch files for changes and rerun all tests'
|
||||
complete -f -c jest -l watchman -d 'Whether to use watchman for file crawling'
|
||||
complete -f -c jest -l no-watchman -d 'Disable using watchman for file crawling'
|
||||
complete -f -c jest -l detectOpenHandles -d 'Print out remaining open handles preventing Jest from exiting at the end of a test run.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user