bigslice: exec: "-local": executable file not found in $PATH
Added some logging to trace the problem, it turns out that bigslicecmd.Run receives only [-local] as args. There seems to be a bug in cmd/bigslice/run.go.
@bereal: I think this should be fixed now. Let me know if it works for you, and feel free to file more issues from any problems or friction you encounter. Thanks!
When I run the example from the docs:
it returns:
Added some logging to trace the problem, it turns out that
bigslicecmd.Run
receives only[-local]
asargs
. There seems to be a bug incmd/bigslice/run.go
.