-
Notifications
You must be signed in to change notification settings - Fork 12
feat: scaffolding for single component preview command @W-17803218 #336
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
Conversation
# flags.name.summary | ||
|
||
Description of a flag. | ||
|
||
# flags.name.description | ||
|
||
More information about a flag. Don't repeat the summary. | ||
|
||
# examples | ||
|
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.
is this supposed to be filled out?
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.
yeah, will be done by doc team
@@ -0,0 +1,30 @@ | |||
/* |
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.
are these test files necessary? they don't do anything
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.
Brian will add these tests. Just created the initial file structure
char: 'n', | ||
required: false, | ||
}), | ||
// TODO should this be required or optional? |
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.
i vote optional
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.
Will let Brian decide based off what he has time to implement. If we don't make it required, will need to do some code scanning of the component u are attempting to preview, then error out if it needs data and you don't supply an authenticated org. Just added todo comment as a reminder
What does this PR do?
sf lightning dev component
commandWhat issues does this PR fix or reference?
@W-17803218@