pub type LinearCmd = LinearIssuesCmd;Expand description
Alias used by linear_cmd handlers.
Aliased Type§
pub struct LinearCmd {
pub command: Option<LinearSubCommand>,
}Fields§
§command: Option<LinearSubCommand>pub type LinearCmd = LinearIssuesCmd;Alias used by linear_cmd handlers.
pub struct LinearCmd {
pub command: Option<LinearSubCommand>,
}command: Option<LinearSubCommand>