DescriptionCurrent usage of --message option is confusing. The message is not really a message (comment), but subject of an issue or a title of patch set. -s option for --subject is a more logical change, but it is already bound for --server.
--help before:
Issue options:
-d DESCRIPTION, --description=DESCRIPTION
Optional description when creating an issue.
-f DESCRIPTION_FILE, --description_file=DESCRIPTION_FILE
Optional path of a file that contains the description
when creating an issue.
-r REVIEWERS, --reviewers=REVIEWERS
Add reviewers (comma separated email addresses).
--cc=CC Add CC (comma separated email addresses).
--private Make the issue restricted to reviewers and those CCed
Patch options:
-m MESSAGE, --message=MESSAGE
A message to identify the patch. Will prompt if
omitted.
-i ISSUE, --issue=ISSUE
Issue number to which to add. Defaults to new issue.
--base_url=BASE_URL
Base repository URL (listed as "Base URL" when viewing
--help after:
Issue options:
-t TITLE, --title=TITLE
Title to identify a new patch or a new issue. Will
prompt if omitted.
-d DESCRIPTION, --description=DESCRIPTION
Optional description when creating an issue.
-f DESCRIPTION_FILE, --description_file=DESCRIPTION_FILE
Optional path of a file that contains the description
when creating an issue.
-r REVIEWERS, --reviewers=REVIEWERS
Add reviewers (comma separated email addresses).
--cc=CC Add CC (comma separated email addresses).
--private Make the issue restricted to reviewers and those CCed
Patch options:
-i ISSUE, --issue=ISSUE
Issue number to which to add. Defaults to new issue.
--base_url=BASE_URL
Base repository URL (listed as "Base URL" when viewing
Patch Set 1 #MessagesTotal messages: 8
|