Sample CLI
gway conway is-board-empty
Sample CLI
gway conway is-board-full
Sample CLI
gway conway load-board
Docstring
Load the board from disk, or create one if missing.
Sample CLI
gway conway next-generation
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
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)
Sample CLI
gway web.nav view-style-switcher
Signature
(*, css=None, project=None)
Docstring
Shows available styles (global + project), lets user choose, preview, and see raw CSS.
If cookies are accepted, sets the style via cookie when changed in dropdown.
If cookies are not accepted, only uses the css param for preview.