clap-git-options 0.2.0

Easily add `-C`, `--git-dir` & `--work-tree` flags
Documentation
[dependencies.clap]
default-features = false
features = ["std", "derive"]
version = "4"

[dependencies.git-wrapper]
optional = true
version = "0.6.*"

[lib]

[package]
categories = ["command-line-utilities"]
description = "Easily add `-C`, `--git-dir` & `--work-tree` flags"
edition = "2021"
keywords = ["cli", "clap", "git"]
license = "Apache-2.0"
name = "clap-git-options"
readme = "README.md"
repository = "https://github.com/kalkin/rust-clap-git-options"
version = "0.2.0"