0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00
bird/client
Inrin 0b52f7c01f birdc: Do not execute cmd on noninteractive help request
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.
2024-02-06 19:03:14 +01:00
..
birdc.c birdc: Do not execute cmd on noninteractive help request 2024-02-06 19:03:14 +01:00
birdcl.c Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00
client.c Client: Unknown command should return nonzero errorcode 2022-12-10 03:02:26 +01:00
client.h We don't need bvsnprintf() in BIRD client 2016-05-12 21:44:27 +02:00
cmds.Y Conf: Fixed makefiles 2019-02-20 22:30:54 +01:00
commands.c Merge branch 'master' into int-new 2017-05-23 18:45:33 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Merge branch 'master' into HEAD 2019-03-18 12:54:40 +01:00
util.c Build: switch on -Wextra, get rid of most of the warnings 2016-11-01 14:52:54 +01:00