Command line debug options are now documented: * --no-dlclose: do not call the function dlclose after plugins are unloaded * --no-gnutls: do not call the init and deinit functions of GnuTLS library * --no-gcrypt: do not call the init and deinit functions of Gcrypt library These options must not be used in production, they're for debug only and can be used with tools like Valgrind or electric-fence.
61 lines
1.2 KiB
Plaintext
61 lines
1.2 KiB
Plaintext
= weechat(1)
|
|
:doctype: manpage
|
|
:author: Sébastien Helleu
|
|
:email: flashcode@flashtux.org
|
|
:lang: en
|
|
:man manual: WeeChat Manual
|
|
:man source: WeeChat {revnumber}
|
|
|
|
== NAME
|
|
|
|
weechat - the extensible chat client
|
|
|
|
== SYNOPSIS
|
|
|
|
[verse]
|
|
*weechat* [-a|--no-connect] [-d|--dir <path>] [-t|--temp-dir] [-p|--no-plugin] [-P|--plugins <plugins>] [-r|--run-command <command>] [-s|--no-script] [--upgrade] [debug-option...] [plugin:option...]
|
|
*weechat* [-c|--colors]
|
|
*weechat* [-h|--help]
|
|
*weechat* [-l|--license]
|
|
*weechat* [-v|--version]
|
|
|
|
== DESCRIPTION
|
|
|
|
WeeChat (Wee Enhanced Environment for Chat) is a free chat client, fast and
|
|
light, designed for many operating systems.
|
|
It is highly customizable and extensible with scripts.
|
|
|
|
== OPTIONS
|
|
|
|
include::cmdline_options.en.adoc[]
|
|
|
|
== DEBUG OPTIONS
|
|
|
|
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
|
|
|
include::cmdline_options_debug.en.adoc[]
|
|
|
|
== PLUGIN OPTIONS
|
|
|
|
include::man_plugin_options.en.adoc[]
|
|
|
|
== FILES
|
|
|
|
include::man_files.en.adoc[]
|
|
|
|
== SEE ALSO
|
|
|
|
*weechat-headless*(1)
|
|
|
|
== AUTHORS
|
|
|
|
This manpage was written by {author}.
|
|
|
|
== COPYRIGHT
|
|
|
|
include::man_copyright.en.adoc[]
|
|
|
|
== SUPPORT / REPORTING BUGS
|
|
|
|
For help or a bug report: https://weechat.org/about/support
|