Example CLI App Build & Run go build -o bin/mockcli . ./bin/mockcli echo hello Run go run . echo Hello