Expand description
Library surface for the git-lfs binary.
This crate is primarily a binary (see main.rs). The library half
exists so the xtask member can reuse the clap command tree for
man-page generation, and so future tools (shell completions, docs
site, …) have a single source of truth.
Only cli_def and man are intentionally public — the rest of the
binary’s modules stay private to main.rs.
Modules§
- args
- Clap CLI surface (struct
Cli+ subcommands). - man
- Per-subcommand documentation extras (man pages + mdbook).
Constants§
- VERSION
- The published version of the
git-lfsbinary. Re-exported so xtask (and any future consumer) renders the correct banner / man-page version without baking in a literal.