pub type GithubCmd = GithubIssuesCmd;Expand description
Alias used by github_cmd handlers.
Aliased Type§
pub struct GithubCmd {
pub owner: Option<String>,
pub repo: Option<String>,
pub command: Option<GithubSubCommand>,
}Fields§
§owner: Option<String>§repo: Option<String>§command: Option<GithubSubCommand>