Liking cljdoc? Tell your friends :D
Clojure only.

com.blockether.vis.internal.foundation.session-slashes

Declarative session-level slash commands shared by every channel.

These are channel-agnostic: the engine dispatches them for the TUI, the web, and Telegram alike through the same slash/dispatch path, and each handler mutates state via the gateway so the change fans out everywhere.

/rename <new title> set this session's title

/rename routes through titling/set-title-with-broadcast! — the single title mutation point.

Declarative session-level slash commands shared by every channel.

These are channel-agnostic: the engine dispatches them for the TUI, the
web, and Telegram alike through the same `slash/dispatch` path, and each
handler mutates state via the gateway so the change fans out everywhere.

  /rename <new title>   set this session's title

`/rename` routes through `titling/set-title-with-broadcast!` — the single
title mutation point.
raw docstring

specsclj

Declarative session slash specs, hooked onto foundation-core's manifest via :ext/slash-commands (concatenated with the workspace slashes).

Declarative session slash specs, hooked onto foundation-core's manifest
via `:ext/slash-commands` (concatenated with the workspace slashes).
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