Eyal Posener
Eyal Posener
Do you load it from binary? from a remote source? of from local path?
Nice, but you won't get updates automatically pushed to tldr...
Actually, you could also define an environment variable [here](https://github.com/posener/goreadme/blob/master/cmd/goreadme/main.go#L30). But we can override this value with a flag. Do you want to submit a PR?
This could be added to the template [here](https://github.com/posener/goreadme/blob/master/internal/template/template.go#L58) Would you like to submit a PR?
Hey, sorry for the late reply. Can you explain in which environment you had `CI=true`? This is how Github Actions tells programs that they are running as Github Actions. See...
Hi Mark. Thanks for using goreadme and submitting a fix for the issue. It was not me that was responding, but the goreadme/goaction bots. I should fix this such that...
Hi Mark, I think this PR is currently mixing multiple things. The branch name issue, adding badges, allowing modify commit messages. Usually one would create a different independent PR for...
Hi! Note that the default behavior is to write the content to stdout. Maybe you can pipe stdout to a file of your choice? I would want to avoid adding...
Hi, Sorry for the long delay. Totally agree. Actually, if you look at the first line in this file, I copied and modified this code from the go source code...
Right. Maybe there could be a more elegant solution for this, but you can currently use the [`import-path`](https://github.com/posener/goreadme/blob/02292f393a8d3f1f04d5e71e87077d83e12073cb/cmd/goreadme/main.go#L41) command line flag.