Help Messages
Help Messages
Section titled “Help Messages”Help messages can be a way to provide extra detail if needed without taking up additional dialog space
--helpmessage <text>
<text> will accept markdown for message formatting
When present, an extra help button will appear next to the default button.

Clicking it will present the help message in a popover sheet

The height of the sheet displayed will adjust to the size of the message.
--helpimage
Section titled “--helpimage”Add an image with --helpimage /path/to/image.png.
Supports standard icon arguments, including qr code:
--helpalignment
Section titled “--helpalignment”--helpalignment [left | centre | center | right]
Sets the text alignment of the help sheet message content. Default alignment matches the current message alignment setting.
--helpsheetbuttontext
Section titled “--helpsheetbuttontext”--helpsheetbuttontext <text>
Sets the label on the button used to dismiss the help sheet. Default is OK.