Help Topics for conway




Sample CLI

gway conway load-board

Signature

()

Docstring

Load the board from disk, or create one if missing.


Sample CLI

gway conway redirect

Signature

(url, code=None)

Docstring

Aborts execution and causes a 303 or 302 redirect, depending on the HTTP protocol version.

Sample CLI

gway conway save-board

Signature

(board)

Docstring

Save the board to disk as CSV rows.

Sample CLI

gway conway view-game-of-life

Signature

(*args, action=None, board=None, toggle_x=None, toggle_y=None, **kwargs)