diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 11:55:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-04-03 11:55:04 +0200 |
commit | 7c55cbb38b6d42073eacf7decc4d08eb8677e60e (patch) | |
tree | 1545f21225f14009812c9f02c464d385a7f118cd /doc/it/autogen | |
parent | 936d5559f40ff7a977cd78da3251b17c9b7d3d27 (diff) | |
download | weechat-7c55cbb38b6d42073eacf7decc4d08eb8677e60e.zip |
exec: display output of commands in real time, add options -flush/-noflush in command /exec
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/exec_commands.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/it/autogen/user/exec_commands.txt b/doc/it/autogen/user/exec_commands.txt index 822806f10..c268fb81f 100644 --- a/doc/it/autogen/user/exec_commands.txt +++ b/doc/it/autogen/user/exec_commands.txt @@ -3,7 +3,7 @@ ---- /exec -list - [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] [-timeout <timeout>] [-name <name>] [-pipe <command>] [-hsignal <name>] <command> + [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-flush|-noflush] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] [-timeout <timeout>] [-name <name>] [-pipe <command>] [-hsignal <name>] <command> -in <id> <text> -inclose <id> [<text>] -signal <id> <signal> @@ -30,6 +30,8 @@ -nosw: don't switch to the output buffer -ln: display line numbers (default in new buffer only) -noln: don't display line numbers + -flush: display output of command in real time (default) +-noflush: display output of command after its end -color: action on ANSI colors in output: ansi: keep ANSI codes as-is auto: convert ANSI colors to WeeChat/IRC (default) |