mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 07:46:38 +02:00
413aa499cc
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.
69 lines
1.6 KiB
Plaintext
69 lines
1.6 KiB
Plaintext
= weechat-headless(1)
|
|
:doctype: manpage
|
|
:author: Sébastien Helleu
|
|
:email: flashcode@flashtux.org
|
|
:lang: pl
|
|
:man manual: WeeChat Manual
|
|
:man source: WeeChat {revnumber}
|
|
|
|
== NAZWA
|
|
|
|
weechat-headless - rozszerzalny klient rozmów (wersja headless)
|
|
|
|
== SKŁADNIA
|
|
|
|
// TRANSLATION MISSING
|
|
[verse]
|
|
*weechat-headless* [-a|--no-connect] [--daemon] [-d|--dir <path>] [-t|--temp-dir] [-p|--no-plugin] [-P|--plugins <wtyczki>] [-r|--run-command <komenda>] [-s|--no-script] [--upgrade] [debug-option...] [wtyczka:opcja...]
|
|
*weechat-headless* [-c|--colors]
|
|
*weechat-headless* [-h|--help]
|
|
*weechat-headless* [-l|--license]
|
|
*weechat-headless* [-v|--version]
|
|
|
|
== OPIS
|
|
|
|
WeeChat (Wee Enhanced Environment for Chat) to darmowy klient rozmów, szybki
|
|
i lekki, przeznaczony dla wielu systemów operacyjnych.
|
|
Posiada dużo opcji konfiguracyjnych i dodatkowych wtyczek.
|
|
|
|
Komenda *weechat-headless* uruchamia WeeChat w trybie headless (bez interfejsu).
|
|
Może być używana do testów lub do uruchamiania WeeChat w trybie demona za pomocą
|
|
opcji "--daemon".
|
|
|
|
== OPCJE
|
|
|
|
include::cmdline_options.pl.adoc[]
|
|
|
|
// TRANSLATION MISSING
|
|
== DEBUG OPTIONS
|
|
|
|
*WARNING:* these options are for debug purposes only, *DO NOT USE IN PRODUCTION!*
|
|
|
|
include::cmdline_options_debug.pl.adoc[]
|
|
|
|
== OPCJE WTYCZEK
|
|
|
|
include::man_plugin_options.pl.adoc[]
|
|
|
|
== PLIKI
|
|
|
|
include::man_files.pl.adoc[]
|
|
|
|
== Zobacz również
|
|
|
|
*weechat*(1)
|
|
|
|
== AUTORZY
|
|
|
|
Autorem tej strony pomocy {author}.
|
|
|
|
Tłumaczenie Krzysztof Korościk.
|
|
|
|
== PRAWA AUTORSKIE
|
|
|
|
include::man_copyright.pl.adoc[]
|
|
|
|
== WSPARCIE / ZGŁASZANIE BŁĘDÓW
|
|
|
|
W celu uzyskania pomocy, lub zgłoszenia błędu zajrzyj na: https://weechat.org/about/support
|