mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
0b52f7c01f
The help command triggered by '?' keeps the message in readline buffer, so it could be edited. For noninteractive shell it leads to an unexpected side effect that `echo <cmd> ? | birdc` executes the command <cmd> after showing its help. Avoid this by clearing the readline buffer in such case. |
||
---|---|---|
.. | ||
birdc.c | ||
birdcl.c | ||
client.c | ||
client.h | ||
cmds.Y | ||
commands.c | ||
Doc | ||
Makefile | ||
util.c |