Registry / cli / git-branchless-opts

git-branchless-opts

JSON →
library0.11.1rscratesunverified

Supporting library for git-branchless, providing command-line option parsing and utilities.

# Cargo.toml [dependencies] git-branchless-opts = "0.11.1"
INSTALL
IMPORT
SIG · GIT-BRANCHLESS-OPT
G
git-branchless-opts
clirustv0.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Opts
use git_branchless_opts::Opts;

Parses command-line options for git-branchless.

use git_branchless_opts::Opts; fn main() { let opts = Opts::parse_from(&["test", "--help"]); println!("{:?}", opts); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
git-branchless-opts — cargo add git-branchless-opts · libregistry