-
Notifications
You must be signed in to change notification settings - Fork 209
output help information when dapr has no parameters #1255
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
Codecov Report
@@ Coverage Diff @@
## master #1255 +/- ##
=======================================
Coverage 27.27% 27.27%
=======================================
Files 38 38
Lines 3711 3711
=======================================
Hits 1012 1012
Misses 2633 2633
Partials 66 66 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
shubham1172
left a comment
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.
The --version flag should be the same as dapr version IMO. It is meaningful to provide both CLI and installed runtime's version.
@shubham1172 For |
Signed-off-by: tianya <tianyax@outlook.com>
mukundansundar
left a comment
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.
LGTM
|
@tianyax Thanks for the contribution, welcome to the Dapr community. |

Description
Fixed the problem that the output of the dapr did not match the documentation after installation.
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: #1254
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: