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