Skip to content

Overloaded -d short parameter in bgpkit-broker search #81

@m-appel

Description

@m-appel

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).

/// Duration string, e.g. 1 hour
#[clap(short = 'd', long)]
pub duration: Option<String>,

/// filter by data types, i.e. 'updates', 'rib'.
#[clap(short, long)]
pub data_type: Option<String>,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions