mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-12-07 08:05:38 +00:00
This allows defining a CLI command like this: `[no] some setting ![VALUE]` with VALUE being optional for the "no" form, but required for the positive form. It's just a `[...]` where the empty branch can only be taken for commands starting with `no`. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| common_cli.c | ||
| common_cli.h | ||
| test_cli.c | ||
| test_cli.in | ||
| test_cli.py | ||
| test_cli.refout.in | ||
| test_commands.c | ||
| test_commands.in | ||
| test_commands.py | ||
| test_commands.refout | ||