-
Notifications
You must be signed in to change notification settings - Fork 553
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
docs: improve scaffold query --help
#3349
Conversation
add info on referencing table
That's great @AndrewDonelson, thank you! There is a conflict that I think you can solve by updating your branch with the latest changes from |
scaffold query --help
@AndrewDonelson any update? |
This reverts commit 59e2827.
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 you please add an Example
parameter into the cobra commands for all commands?
Short: "CRUD for data stored in a single location", | ||
Long: `CRUD for data stored in a single location. | ||
|
||
For detailed type information use ignite scaffold type --help.`, | ||
Args: cobra.MinimumNArgs(1), |
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 you also add an example to the Example
parameter?
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.
Done, also do you think we need to add Example
for other scaffold commands?
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 think we can only cover these query commands in this PR and others later, wdyt?
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.
Sounds good to me
Co-authored-by: Danilo Pantani <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Resolves #3346
Add info on referencing table
Please make sure to check the following for your PR:
Ignite CLI team only: