2015-03-11 20:15:23 +01:00
|
|
|
//
|
|
|
|
// This file is auto-generated by script docgen.py.
|
|
|
|
// DO NOT EDIT BY HAND!
|
|
|
|
//
|
2011-10-26 19:25:51 +02:00
|
|
|
[[command_guile_guile]]
|
2016-05-14 23:44:36 +02:00
|
|
|
* `+guile+`: list/load/unload scripts
|
2013-10-20 11:39:11 +02:00
|
|
|
|
2013-11-04 21:41:34 +01:00
|
|
|
----
|
2011-10-26 19:25:51 +02:00
|
|
|
/guile list|listfull [<name>]
|
2012-08-21 18:57:49 +02:00
|
|
|
load [-q] <filename>
|
2011-10-26 19:25:51 +02:00
|
|
|
autoload
|
2012-08-21 18:57:49 +02:00
|
|
|
reload|unload [-q] [<name>]
|
2011-10-26 19:25:51 +02:00
|
|
|
|
|
|
|
list: list loaded scripts
|
|
|
|
listfull: list loaded scripts (verbose)
|
|
|
|
load: load a script
|
|
|
|
autoload: load all scripts in "autoload" directory
|
|
|
|
reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory)
|
|
|
|
unload: unload a script (if no name given, unload all scripts)
|
|
|
|
filename: script (file) to load
|
|
|
|
name: a script name (name used in call to "register" function)
|
2012-08-21 18:57:49 +02:00
|
|
|
-q: quiet mode: do not display messages
|
2011-10-26 19:25:51 +02:00
|
|
|
|
|
|
|
Without argument, this command lists all loaded scripts.
|
2013-11-04 21:41:34 +01:00
|
|
|
----
|