bzr 0.1.1

A CLI for Bugzilla, inspired by gh
Documentation
1
2
3
4
5
6
7
use clap::Subcommand;

#[derive(Subcommand)]
pub enum ServerAction {
    /// Show server version and extensions
    Info,
}