Dominik Tarnowski
Dominik Tarnowski
CouldNotLoadEscapiDLL(126) shows up when running your example from the readme. The program does work if I get the escapi.dll and put it in the same folder as the exe, however...
## Checklist * [x] Are you running the latest v2 release? The list of releases is [here](https://github.com/urfave/cli/releases). * [x] Did you check the manual for your release? The v2 manual...
Maybe I'm missing something, but is it possible to get **autocompletion for `options`**? --- For example (the `|` indicates cursor position): ```proto option (google.| ``` would autocomplete to `google.api.auth`. Furthermore,...
My sway workflow involves spawning many workspaces, each with a long name. For that reason, I don't want my bar to show me all of them, but I do care...
Hi! Great work on this project! I was wondering if it's currently possible to export Go model structs to a different folder package. I think this could be a good...