package main import ( "github.com/github/git-lfs/commands" ) func main() { commands.Run() }