Liking cljdoc? Tell your friends :D

com.blockether.vis.ext.channel-tui.screen


channel-mainclj

(channel-main args)

Channel entry point: full TUI bootstrap. Performs the stdout/stderr redirect, runs vis/init!, then hands off to run-chat!. Errors surface on the original terminal and the log file.

Invoked by com.blockether.vis.core dispatch - not called from vis-runtime directly.

Channel entry point: full TUI bootstrap. Performs the stdout/stderr
redirect, runs `vis/init!`, then hands off to `run-chat!`. Errors
surface on the original terminal and the log file.

Invoked by `com.blockether.vis.core` dispatch - not called from
vis-runtime directly.
sourceraw docstring

run-chat!clj

(run-chat!)
(run-chat! opts)

Start the fullscreen chat TUI. Blocks until user quits. Optional opts map: :session-id uuid-string - resume a specific session :resume true - resume the latest :tui session

Start the fullscreen chat TUI. Blocks until user quits.
Optional `opts` map:
  :session-id uuid-string - resume a specific session
  :resume          true        - resume the latest :tui session
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close