MCPcopy
hub / github.com/jesseduffield/lazygit / LogCommand

Method LogCommand

pkg/commands/oscommands/os.go:65–69  ·  view source on GitHub ↗
(cmdStr string, commandLine bool)

Source from the content-addressed store, hash-verified

63}
64
65func (c *OSCommand) LogCommand(cmdStr string, commandLine bool) {
66 c.Log.WithField("command", cmdStr).Info("RunCommand")
67
68 c.guiIO.logCommandFn(cmdStr, commandLine)
69}
70
71// FileType tells us if the file is a file, directory or other
72func FileType(path string) string {

Callers 7

AppendLineToFileMethod · 0.95
CreateFileWithContentMethod · 0.95
RemoveMethod · 0.95
PipeCommandsMethod · 0.95
CopyToClipboardMethod · 0.95
RemoveFileMethod · 0.95
RemoveDirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected