Skip to main content

LinearCmd

Type Alias LinearCmd 

Source
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>