tbz-cli 2.1.1

Alias for tibet-zip-cli — thin shim delegating to tibet_zip_cli::run() for tbz / tibet-zip binaries
1
2
3
4
5
6
7
8
9
//! tbz-cli — short-name alias for tibet-zip-cli.
//!
//! Both binaries delegate to `tibet_zip_cli::run()`, the single source
//! of truth in the canonical `tibet-zip-cli` crate. Installing this
//! package is functionally identical to installing `tibet-zip-cli`.

fn main() -> anyhow::Result<()> {
    tibet_zip_cli::run()
}