MCPcopy Index your code
hub / github.com/git-bug/git-bug / startInlineCommand

Function startInlineCommand

commands/input/input.go:120–127  ·  view source on GitHub ↗
(command string, args ...string)

Source from the content-addressed store, hash-verified

118}
119
120func startInlineCommand(command string, args ...string) (*exec.Cmd, error) {
121 cmd := exec.Command(command, args...)
122 cmd.Stdin = os.Stdin
123 cmd.Stdout = os.Stdout
124 cmd.Stderr = os.Stderr
125 err := cmd.Start()
126 return cmd, err
127}

Callers 1

LaunchEditorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected