MCPcopy
hub / github.com/git-lfs/git-lfs / init

Function init

commands/command_logs.go:77–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func init() {
78 RegisterCommand("logs", logsCommand, func(cmd *cobra.Command) {
79 cmd.AddCommand(
80 NewCommand("last", logsLastCommand),
81 NewCommand("show", logsShowCommand),
82 NewCommand("clear", logsClearCommand),
83 NewCommand("boomtown", logsBoomtownCommand),
84 )
85 })
86}

Callers

nothing calls this directly

Calls 2

RegisterCommandFunction · 0.85
NewCommandFunction · 0.85

Tested by

no test coverage detected