diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-23 20:32:03 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-23 20:35:30 +0100 |
commit | c4626bc08ab972625cd8ada2a05cfc3b8436a63c (patch) | |
tree | b409176768b49bc4ebe5cea5e277127c0ca9374f /doc/en/autogen/user/guile_commands.adoc | |
parent | d7122cd6be8095d31a93e30e361ff1bcb31811bc (diff) | |
download | weechat-c4626bc08ab972625cd8ada2a05cfc3b8436a63c.zip |
scripts: add option "version" in script commands (closes #1075)
Diffstat (limited to 'doc/en/autogen/user/guile_commands.adoc')
-rw-r--r-- | doc/en/autogen/user/guile_commands.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/user/guile_commands.adoc b/doc/en/autogen/user/guile_commands.adoc index 027a1bfaa..3b5d8fbe2 100644 --- a/doc/en/autogen/user/guile_commands.adoc +++ b/doc/en/autogen/user/guile_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- |