Sample CLI
gway screen notify
Signature
(message, *, title='GWAY Notice', timeout: int = 10)
Docstring
Show a user interface notification with the specified title and message.
Falls back to a visible console printout if GUI notification fails.
Signature
(message: str, *, exit_code: int = 1) -> int
Docstring
Abort with error message.
Signature
(check=None) -> str
Docstring
Return the version of the package. If `check` is provided,
ensure the version meets or exceeds the required `major.minor.patch` string.
Raise AssertionError if requirement is not met.