MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / currentCliName

Function currentCliName

mob.go:305–307  ·  view source on GitHub ↗
(argZero string)

Source from the content-addressed store, hash-verified

303}
304
305func currentCliName(argZero string) string {
306 return strings.TrimSuffix(filepath.Base(argZero), ".exe")
307}
308
309func execute(command string, parameter []string, configuration config.Configuration) {
310 if helpRequested(parameter) {

Callers 3

isTestEnvironmentFunction · 0.85
TestCurrentCliNameFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestCurrentCliNameFunction · 0.68