]> git.ipfire.org Git - thirdparty/bird.git/commit
Client: Add support for completion of command options
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 5 Mar 2024 18:04:10 +0000 (19:04 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 5 Mar 2024 18:04:10 +0000 (19:04 +0100)
commit1b064355f752b9bfe4644f775697bbd9b711f762
tree8f3995f1b7450ddbc6309a18fc5e80bc25fdb31b
parent114be2af28e5c124bd479a487f89244ba99c272d
Client: Add support for completion of command options

We can easily extend command completion to handle also keywords for
command options. Help for command options is not yet supported.
client/commands.c
conf/gen_commands.m4
conf/gen_parser.m4
nest/config.Y
proto/bfd/config.Y
proto/mrt/config.Y
proto/ospf/config.Y