Skip to content
#

prisma

Here are 614 public repositories matching this topic...

prisma
jtoar
jtoar commented Aug 26, 2020

It should be easy to navigate back. Right now there's no built-in way to do this. We already use navigate to navigate programatically. It might make sense to add the back-navigation feature there:

navigate.back()

The way it's done natively with web apis is via history's back and go properties. back does what you would expect, and go takes a number, so you can go back mult

blitz
nikitavoloboev
nikitavoloboev commented Sep 19, 2020

What do you want and why?

I'd love to get help for blitz cli subcommands. i.e. run blitz db --help and see help output for the db subcommand.

Possible implementation(s)

I personally love https://github.com/cli/cli as it has the nicest help output of any CLI command. Works for subcommands too. Example:

❯ gh gist -h
Work with GitHub gists.

USAGE
  gh gist [flags
plaa
plaa commented May 6, 2019

Actual Behavior

Field coloring varies depending whether the opening brace or directive is on the same line as the type definition. Especially in more complex cases (the Bar example below) it may be preferable to have directives on their own lines.

See field: String below:

<img width="461" alt="Screenshot 2019-05-06 at 14 33 44" src="https://user-images.githubusercontent.com/1436281/57

Improve this page

Add a description, image, and links to the prisma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prisma topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.