Can you give some examples of how to use the CLI?
The README says to just type codescout but it doesn't seem to work without some flags. If I type codescout func myfile.go or codescout method myfile.go I seem to only get a single function/method in the output when there are many in the file. I'm not sure what the output is supposed to look like, but I assumed there was a way to get an overview of the functions/methods/whatever in a .go file?
Thanks
Can you give some examples of how to use the CLI?
The README says to just type
codescoutbut it doesn't seem to work without some flags. If I typecodescout func myfile.goorcodescout method myfile.goI seem to only get a single function/method in the output when there are many in the file. I'm not sure what the output is supposed to look like, but I assumed there was a way to get an overview of the functions/methods/whatever in a.gofile?Thanks