blitz-js / legacy-framework

MIT License
2 stars 2 forks source link

support `blitz prisma --help` in addition to existing `blitz prisma -h` #158

Closed Vandivier closed 2 years ago

Vandivier commented 2 years ago

What do you want and why?

support blitz prisma --help in addition to existing blitz prisma -h

Why? just because --help is a common CLI flag that redirects to -h so this can save us a few keystrokes.

Possible implementation(s)

literally just when --help is called, redirect the reference to -h or even call the other command explicitly as a subroutine

beerose commented 2 years ago

Hey, thanks for the suggestion! With the new toolkit, we'll probably improve the CLI but won't be working on it before that. I'm therefore closing this issue.