API for anansi.commands

by Eric Harris-Braun

Usage:
(ns your-namespace
  (:require anansi.commands))

Overview

Commands that can be excecuted at the server's command line

Public Variables and Functions



execute

function
Usage: (execute input)
Execute a command.


exit

function
Usage: (exit)
Terminate connection with the server


gc

function
Usage: (gc & j)
Get last changes count


gs

function
Usage: (gs & j)
Get state


help

function
Usage: (help)
       (help command)
Show available commands and what they do.


rl

function
Usage: (rl)
Request a list of all receptor specification on the server


sp

function
Usage: (sp j)
Set prompt


ss

function
Usage: (ss j)
Send a signal to a receptor.


users

function
Usage: (users)
Get a list of logged in users
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.