withfig / autocomplete

IDE-style autocomplete for your existing terminal & shell
https://fig.io
MIT License
24.39k stars 5.4k forks source link

feat: add --no-engine and --no-hint to prisma autocompletes #2345

Closed nickcarnival closed 2 weeks ago

nickcarnival commented 1 month ago

I've added these three missing prisma generate arguments with their descriptions: --no-hints --no-engine --allow-no-models

--no-hints was recently merged into prisma: https://github.com/prisma/prisma/pull/24274

withfig-bot commented 1 month ago

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

withfig-bot commented 1 month ago

Overview

## src/prisma.ts: ### Info: ### URLs: - `https://raw.githubusercontent.com/prisma/docs/main/src/images/favicon-16x16.png`
withfig-bot commented 1 month ago

Hello @nickcarnival, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible:

Please add a 👍 as a reaction to this comment to show that you read this.

nickcarnival commented 1 month ago

I have read the CLA Document and I hereby sign the CLA

nickcarnival commented 1 month ago

recheck

grant0417 commented 2 weeks ago

Sorry for taking a while with the merge, wanted to wait for the --no-hints to be merged into prisma first