diff options
Diffstat (limited to 'doc/it/autogen/user/python_commands.asciidoc')
-rw-r--r-- | doc/it/autogen/user/python_commands.asciidoc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/it/autogen/user/python_commands.asciidoc b/doc/it/autogen/user/python_commands.asciidoc new file mode 100644 index 000000000..bf1f39223 --- /dev/null +++ b/doc/it/autogen/user/python_commands.asciidoc @@ -0,0 +1,22 @@ +[[command_python_python]] +[command]*`python`* elenca/carica/scarica script:: + +---- +/python list|listfull [<nome>] + load [-q] <nomefile> + autoload + reload|unload [-q][<nome>] + + 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") + -q: modalità silenziosa: non mostra messaggi + +Senza argomento, questo comando elenca tutti i plugin caricati. +---- + |