jetkcli 0.1.2-alpha1

A strongly opininated jira/git command line interface
Documentation
1
2
3
4
5
6
#[derive(Serialize, Deserialize, Debug)]
pub struct Project {
    pub id: Option<String>,
    pub key: Option<String>,
    pub name: Option<String>,
}