treeherder-cli 0.2.7

Fetch errors from a Firefox CI push on Treeherder, formatted as markdown
1
2
3
4
5
pub mod json;
pub mod markdown;

pub use json::*;
pub use markdown::*;