diff options
Diffstat (limited to 'doc/it/autogen/user/tcl_commands.txt')
-rw-r--r-- | doc/it/autogen/user/tcl_commands.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/it/autogen/user/tcl_commands.txt b/doc/it/autogen/user/tcl_commands.txt index 57c2d54d7..437336322 100644 --- a/doc/it/autogen/user/tcl_commands.txt +++ b/doc/it/autogen/user/tcl_commands.txt @@ -1,19 +1,19 @@ [command]*`tcl`* elenca/attiva/disattiva script:: ........................................ -/tcl list|listfull [<name>] - load <filename> +/tcl list|listfull [<nome>] + load <nomefile> autoload - reload|unload [<name>] + reload|unload [<nome>] - 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) + list: elenca i plugin attivi + listfull: elenca i plugin attivi (dettagliato) + load: carica un plugin + autoload: attiva automaticamente i plugin nella cartella utente o di sistema + reload: riattiva un plugin (se non specificato, disattiva i plugin e li riattiva automaticamente) + unload: disattiva uno o tutti i plugin +nome_file: (file) script da attivare + nome: il nome di uno script (usato nella chiamata alla funzione "register") -Without argument, this command lists all loaded scripts. +Senza argomento, questo comando elenca tutti i plugin attivati. ........................................ |