summaryrefslogtreecommitdiff
path: root/doc/de/autogen/ruby_commands.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/autogen/ruby_commands.xml')
-rw-r--r--doc/de/autogen/ruby_commands.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/de/autogen/ruby_commands.xml b/doc/de/autogen/ruby_commands.xml
new file mode 100644
index 000000000..87e16a84c
--- /dev/null
+++ b/doc/de/autogen/ruby_commands.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ********* WARNING! *********
+
+ This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
+ docgen.pl builds XML doc files to include in many languages
+-->
+
+<command>ruby [list [name]] | [listfull [name]] [load filename] | [autoload] | [reload] | [unload [name]]</command>
+<programlisting>
+list/load/unload scripts
+
+filename: script (file) to load
+name: a script name
+
+Without argument, this command lists all loaded scripts.
+</programlisting>