commands Package

commands Package

Command line tools for TiddlyWeb, accessed via the twanager command line script. Each command below is added to the availble twanager commands. This list is extensible via twanager_plugins in tidldyweb.config.

Typical commands do things like starting a server, create a user, list existing entities.

tiddlyweb.commands.init(config)

Establish the commands.

interact Module

interactive shell (REPL)

class tiddlyweb.commands.interact.TabCompleter(namespace=None)

Bases: rlcompleter.Completer

complete(text, state)
class tiddlyweb.commands.interact.TiddlyWebREPL(locals=None, filename='<console>')

Bases: code.InteractiveConsole

tiddlyweb.commands.interact.launch_shell(config, store, args)

Table Of Contents

Previous topic

wikitext Package

Next topic

filters Package

This Page