bzr 0.2.0

A CLI for Bugzilla, inspired by gh
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod attachment;
pub mod bug;
pub mod classification;
pub mod comment;
pub mod component;
pub mod config;
pub mod field;
pub mod flags;
pub mod group;
pub mod product;
pub mod query;
pub mod server;
mod shared;
pub mod template;
pub mod user;
pub mod whoami;