-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
For the bgpkit-broker search CLI command there are two parameters mapping to short -d, --duration and --data-type. I guess one of them should be set to -D (similar to the timestamp parameters).
Lines 32 to 34 in bef4d31
| /// Duration string, e.g. 1 hour | |
| #[clap(short = 'd', long)] | |
| pub duration: Option<String>, |
Lines 44 to 46 in bef4d31
| /// filter by data types, i.e. 'updates', 'rib'. | |
| #[clap(short, long)] | |
| pub data_type: Option<String>, |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels