-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fb 73 ability to auth as a user from the command line #52
Fb 73 ability to auth as a user from the command line #52
Conversation
@@ -13,10 +13,10 @@ import type { Tree } from './tree/tree' | |||
const promptsInternal: typeof prompts = | |||
typeof prompts == 'function' ? prompts : require('prompts') | |||
|
|||
export type TemplateType = 'dotnet-api' | |||
export type Template = 'dotnet-api' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed from templateType to template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we remember to update the docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's in the separate repo?
I'll update once I add the auth stuff in
@@ -0,0 +1,7 @@ | |||
// https://manytools.org/hacker-tools/ascii-banner/ | |||
export const titleText = ` | |||
___ _ ___ _ ___ _ ___ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We seem to be missing parts of the CLI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.