useclap::Parser;usecod_types::api::state_type::StateType;/// View details of selected milestone
#[derive(Parser, Debug)]pubstructViewMilestonesArgs{/// Select from milestones with the chosen state
#[arg(short, long, value_enum, default_value_t = StateType::All)]pubstate: StateType,
}