You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goclipse error msg:
Running: /usr/bin/guru -json describe /tmp/_goclipse1015479663249275511/src/describe_temp/describe.go:#8,#8
flag provided but not defined: -json
Run 'guru -help' for more information.
^^^ Terminated, exit code: 2 ^^^
In a shell works fine with "-format json" flag:
guru -format json describe ...
Goclipse error msg:
Running: /usr/bin/guru -json describe /tmp/_goclipse1015479663249275511/src/describe_temp/describe.go:#8,#8
flag provided but not defined: -json
Run 'guru -help' for more information.
^^^ Terminated, exit code: 2 ^^^
In a shell works fine with "-format json" flag:
guru -format json describe ...