From dc0229617ada67fd02815bbc94b245871248b9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 May 2014 12:25:58 +0200 Subject: doc: use .asciidoc extension instead of .txt for doc files --- doc/it/autogen/user/python_commands.asciidoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/it/autogen/user/python_commands.asciidoc (limited to 'doc/it/autogen/user/python_commands.asciidoc') 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 [] + load [-q] + autoload + reload|unload [-q][] + + 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. +---- + -- cgit v1.2.3