package
1.5.6
Repository: https://github.com/duplexsystem/git-lfs.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Debug prints a formatted message if debugging is enabled.
Error prints a formatted message to Stderr.
Exit prints a formatted message and exits.
ExitWithError either panics with a full stack trace for fatal errors, or simply prints the error message and exits immediately.
FullError prints either a full stack trace for fatal errors, or just the error message.
LoggedError prints the given message formatted with its arguments (if any) to Stderr.
NewCommand creates a new 'git-lfs' sub command, given a command name and command run function.
Panic prints a formatted message, and writes a stack trace for the error to a log file before exiting.
No description provided by the author
No description provided by the author
Print prints a formatted message to Stdout.
RegisterCommand creates a direct 'git-lfs' subcommand, given a command name, a command run function, and an optional callback during the command initialization process.
Run initializes the 'git-lfs' command and runs it with the given stdin and command line args.
TransferManifest builds a transfer.Manifest from the commands package global cfg var.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

API is a package-local instance of the API client for use within various command implementations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Progress from a sub-task of prune.

# Type aliases

No description provided by the author