Describe the feature or problem you’d like to solve
I would like to create a repo from a template using the interactive gh repo create command.
Proposed solution
There should be a "Create repo from template?" option where if Y the template repositories in the accounts are listed and you can choose from them.
How will it benefit CLI and its users?
It will be easier to create a repo from a template if it is included in the interactive command.
I know it's possible with gh repo create my-new-project --template OWNER/REPO --private --clone but it's not as convenient.