Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make help string links consistent. #7

Closed
wants to merge 1 commit into from

Conversation

willavos
Copy link

Commit 80fa400 corrected some "help links" but not others (if I run open2opaque rewrite -h I still see godoc based links).

This PR rectifies all other printed help links.

There is one other reference to a godoc based link within ignore.go:47 which I have not touched.

// LoadList loads an ignore list from files matching the provided glob pattern
// (see http://godoc/3/file/base/go/file#Match for the syntax definition).
func LoadList(pattern string) (*List, error) {
	matches, err := glob(pattern)
	if err != nil {
		return nil, err
// etc

Thanks!

Copy link

google-cla bot commented Dec 18, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@stapelberg
Copy link
Collaborator

Thanks, but we are not set up to accept PRs in this repository right now.

I’ll fix this internally and push it out.

@stapelberg stapelberg closed this Dec 18, 2024
@willavos willavos deleted the will/help-link branch January 30, 2025 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants