Help Topics for critical

Sample CLI

gway screen notify

References

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.

Sample CLI

gway abort

References

Signature

(message: str, *, exit_code: int = 1) -> int

Docstring

Abort with error message.

Sample CLI

gway version

References

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.