aboutsummaryrefslogtreecommitdiffstats
path: root/src/_yarn
Commit message (Expand)AuthorAgeFilesLines
* Update yarn completion to version 4.11.0Shohei YOSHIDA2025-12-161-374/+793
* fix(yarn): use builtin cd in yarn completionjoél hawkins torres2024-04-131-5/+5
* Fix script completion which contains colonsShohei YOSHIDA2022-01-061-2/+2
* Fix perl one liner bugShohei YOSHIDA2021-12-301-1/+1
* Fix issue when package.json is not in current directoryShohei YOSHIDA2021-12-211-4/+32
* Fix no node_modules caseShohei YOSHIDA2021-12-091-11/+13
* Don't use yarn run --json for newer yarnShohei YOSHIDA2021-12-091-14/+15
* Support both older and newer versionsShohei YOSHIDA2021-12-081-1/+7
* Update collect workspaces commandShohei YOSHIDA2021-12-071-1/+1
* Fix typosDimitris Apostolou2021-11-121-1/+1
* Don't use sed gnu extension, use POSIX syntaxShohei YOSHIDA2020-05-091-1/+1
* Fix run subcommand --cwd issueShohei YOSHIDA2020-05-091-2/+9
* Update subcommand flagsShohei YOSHIDA2020-05-091-12/+29
* Improve completion when '--cwd' is specifiedShohei YOSHIDA2020-05-091-2/+11
* Update subcommand completionShohei YOSHIDA2020-05-091-1/+43
* Set description for all optionsShohei YOSHIDA2020-05-081-4/+4
* Update yarn command line optionsShohei YOSHIDA2020-05-081-23/+37
* Fix typosDimitris Apostolou2020-04-091-1/+1
* Complete local file 'yarn add'Shohei YOSHIDA2020-03-251-1/+8
* Yarn | cross-platform sed replacement pattern newline solution (#666)Maxim Devoir2020-01-171-3/+5
* _yarn: fix parsing of yarn run on scripts containing } (#668)Marc Cornellà2020-01-171-1/+1
* Merge pull request #653 from MaximDevoir/feat/improve-yarn-suggestionsnicoulaj2019-10-081-3/+15
|\
| * revert: suggest binaries on `yarn`Maxim Devoir2019-10-071-1/+1
| * Parse script commands without `jq`Marc Cornellà2019-10-021-21/+13
| * Separate project scripts from binary packagesMaxim Devoir2019-10-021-3/+23
* | Add --latest flag for yarn upgrade-interactiveBond2019-10-031-1/+6
|/
* Improve _yarn changesJordan Rastrick2019-10-011-3/+2
* fall back to file completion for yarn scriptsJordan Rastrick2019-09-261-1/+7
* yarn: rename clean to autoclean, add description for certain commandsSerge Bibauw2018-05-021-9/+9
* yarn: escape colons when getting scripts from package.jsonSimon Wachter2017-11-061-2/+2
* Replace character with newline using `tr`Chayoung You2017-06-091-2/+2
* Use `sed -E` instead of `-r`Akinori MUSHA2017-05-151-2/+2
* Added completion for yarnMassimiliano Torromeo2017-05-061-0/+345