Aucompletion for jest-cli by Hunsu · Pull Request #4142 · fish-shell/fish-shell
Navigation Menu
{{ message }}
fish-shell / fish-shell Public
- Notifications You must be signed in to change notification settings
- Fork 2.2k
Closed
Conversation
krader1961 reviewed Jun 19, 2017
share/completions/jest.fish
Outdated
share/completions/jest.fish Outdated
| complete -f -c jest -l transform -d 'A JSON string which maps from regular expressions to paths to transformers' | ||
| complete -f -c jest -l transformIgnorePatterns -d 'Regexp patterns that are matched against all source file paths before transformation' | ||
| complete -f -c jest -l unmockedModulePathPatterns -d 'a regex pattern of module to unmock' | ||
| complete -f -c jest -l updateSnapshot -s -u -d 'Use this flag to re-record snapshots' |
Copy link
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the -u? The documentation says it is deprecated and ignored.
Copy link
Contributor Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the short option for updateSnapshot. I forgot to remove '-'. I also forgot to add -d for some options. I fixed it.
Hunsu
force-pushed
the
master
branch
from
fe7ca4e to
7b7cf47
Compare
Copy link
Contributor
krader1961
commented
Jun 20, 2017
krader1961 commented
Jun 20, 2017Merged as commit d234a18.
github-actions
bot
locked as resolved and limited conversation to collaborators
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.