summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/ruby_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/autogen/user/ruby_commands.txt')
-rw-r--r--doc/it/autogen/user/ruby_commands.txt25
1 files changed, 13 insertions, 12 deletions
diff --git a/doc/it/autogen/user/ruby_commands.txt b/doc/it/autogen/user/ruby_commands.txt
index bda36e1ef..90fe02669 100644
--- a/doc/it/autogen/user/ruby_commands.txt
+++ b/doc/it/autogen/user/ruby_commands.txt
@@ -1,20 +1,21 @@
[[command_ruby_ruby]]
[command]*`ruby`* elenca/carica/scarica script::
........................................
-/ruby list|listfull [<nome>]
- load <nomefile>
+/ruby list|listfull [<name>]
+ load [-q] <filename>
autoload
- reload|unload [<nome>]
+ reload|unload [-q] [<name>]
- list: elenca i plugin caricati
- listfull: elenca i plugin caricati (dettagliato)
- load: carica un plugin
- autoload: carica automaticamente i plugin nella directory utente o di sistema
- reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente)
- unload: scarica uno o tutti i plugin
-nome_file: (file) script da caricare
- nome: il nome di uno script (usato nella chiamata alla funzione "register")
+ 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)
+ -q: quiet mode: do not display messages
-Senza argomento, questo comando elenca tutti i plugin caricati.
+Without argument, this command lists all loaded scripts.
........................................