bitbucket-cli 0.3.11

A powerful command-line interface for Bitbucket Cloud - manage repos, PRs, issues, and pipelines from your terminal with OAuth 2.0
Documentation
1
2
3
4
5
6
7
8
9
// Allow dead code for API methods designed for future use
#![allow(dead_code)]

pub mod api;
pub mod auth;
pub mod cli;
pub mod config;
pub mod models;
pub mod tui;