diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-16 12:55:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-16 13:00:03 +0200 |
commit | 439410a3885e2bf21218c0030ef5665b1869a383 (patch) | |
tree | 860ec08676bc4c7e4522994808c19cca79836b39 /doc/it | |
parent | 36ab6c3bc765e173cb7087cc098fb7cb69598e13 (diff) | |
download | weechat-439410a3885e2bf21218c0030ef5665b1869a383.zip |
doc/api: use a table for file_in/file_out options in function hook_url
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 8ffa3e533..dc380b1ae 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -10880,8 +10880,12 @@ l'opzione. These two extra options (strings) are allowed for input/output file: -* _file_in_: file da leggere e inviare con gli URL (invio del file "post") -* _file_out_: scrive URL scaricato/file in questo file (invece dello standard output) +[width="100%",cols="2,^1,7",options="header"] +|=== +| Option | Type | Description +| file_in | string | file da leggere e inviare con gli URL (invio del file "post") +| file_out | string | scrive URL scaricato/file in questo file (invece dello standard output) +|=== Valore restituito: |