Skip to content

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.

image

Clicking it will present the help message in a popover sheet

image

The height of the sheet displayed will adjust to the size of the message.

Add an image with --helpimage /path/to/image.png.

image

Supports standard icon arguments, including qr code:

image

--helpalignment [left | centre | center | right]

Sets the text alignment of the help sheet message content. Default alignment matches the current message alignment setting.

--helpsheetbuttontext <text>

Sets the label on the button used to dismiss the help sheet. Default is OK.