1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

Update docs field examples to include required options

Signed-off-by: Mattie Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
Mattie Nickson 2025-06-04 18:34:59 +01:00
parent 6d132e27b4
commit f49ff54fce
No known key found for this signature in database

View file

@ -166,6 +166,7 @@ your-directive:
- condition: null - condition: null
command: show ip route {target} command: show ip route {target}
field: field:
description: IP of target
validation: '[0-9a-f\.\:]+' validation: '[0-9a-f\.\:]+'
``` ```
@ -178,6 +179,7 @@ your-directive:
- condition: null - condition: null
command: show ip bgp community {target} command: show ip bgp community {target}
field: field:
description: BGP community to show
options: options:
- value: "65001:1" - value: "65001:1"
description: Provider A Routes description: Provider A Routes