jetkcli 0.1.2-alpha1

A strongly opininated jira/git command line interface
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod assignee;
pub mod issue;
pub mod project;
pub mod response;
pub mod status;
pub mod transition;

pub trait ToPage {
    fn to_page(&self) -> String;
}