-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
Improvements to --help-defines and --help-metas #8350
Improvements to --help-defines and --help-metas #8350
Conversation
@@ -44,7 +44,7 @@ let get_documentation d = | |||
) flags; | |||
let params = (match List.rev !params with | |||
| [] -> "" | |||
| l -> "(" ^ String.concat "," l ^ ")" | |||
| l -> "(<" ^ String.concat ">, <" l ^ ">) " |
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.
Why change the formatting of params?
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.
Thought it would be less ambiguous if each parameter is in <...>
, since "params"
contains multi-word descriptions.
Might wanna update the display protocol to include a |
--help-defines
shows parameters