MCPcopy
hub / github.com/abiosoft/ishell / Process

Method Process

ishell.go:228–230  ·  view source on GitHub ↗

Process runs shell using args in a non-interactive mode.

(args ...string)

Source from the content-addressed store, hash-verified

226
227// Process runs shell using args in a non-interactive mode.
228func (s *Shell) Process(args ...string) error {
229 return handleInput(s, args)
230}
231
232func handleInput(s *Shell, line []string) error {
233 handled, err := s.handleCommand(line)

Callers 1

mainFunction · 0.80

Calls 1

handleInputFunction · 0.85

Tested by

no test coverage detected