Urigo / graphql-cli

📟 Command line tool for common GraphQL development workflows

Home Page:https://graphql-cli.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Do you want to have GraphQL Inspector tools for frontend?" is asked twice

peterdresslar opened this issue · comments

Describe the bug
See title
To Reproduce
Steps to reproduce the behavior:
graphql init

foo:bar$ graphql init
? Select the best option for you I want to create a new project from scratch usi
ng a template.
? What is the name of the project? my-graphql-project
? Which template do you want to start with? graphql-cli-template
Enter passphrase for key '/Users/dev/.ssh/id_rsa': 
? Do you want to have GraphQL Inspector tools for frontend? Yes
? Do you want to have GraphQL Inspector tools for frontend? Yes

Expected behavior
I think it's just a typo. Although, it would be good to document why the .ssh key being used?

@peterdresslar Thank you for the fix :) I'll add some information about Git usage there.