Skip to main content

Crate git_lfs

Crate git_lfs 

Source
Expand description

Library surface for the git-lfs binary.

This crate is primarily a binary (see main.rs). The library half exists so other tools in the workspace can reuse the clap command tree for man-page generation, shell completions, and the like. Only args and man are intentionally public; the rest of the binary’s modules stay private to main.rs.

Modules§

args
Command-line interface for git-lfs.
man
Per-subcommand documentation extras (man pages + mdbook).

Constants§

VERSION
The published version of the git-lfs binary.