goby-lang / goby

Goby - Yet another programming language written in Go
MIT License
3.49k stars 171 forks source link

'goby env' implementation #395

Closed ear7h closed 7 years ago

ear7h commented 7 years ago

Calling something like goby -r (for report) in a terminal emulator to open https://github.com/goby-lang/goby/issues/new

Would make it easier to bring attention to bugs, but also might oversaturate the number of issues reported.

Proof of concept

st0012 commented 7 years ago

@ear7h You mean we automatically open their browser and visit the issue page? If so, I don't think this is necessary and user might feel uncomfortable about this.

But we can provide something like goby env to print out all the informations that can help us debugging.

ear7h commented 7 years ago

@st0012 That's an even better idea, I was trying to think of anything which would make debugging easier.