bzr 0.4.4

A CLI for Bugzilla, inspired by gh
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub(crate) mod attachment;
pub(crate) mod bug;
pub(crate) mod classification;
pub(crate) mod comment;
pub(crate) mod config;
pub(crate) mod field;
pub(crate) mod group;
pub(crate) mod product;
pub(crate) mod query;
pub(crate) mod server;
pub(crate) mod template;
pub(crate) mod user;