Skip to content

Conversation

@stuarthicks
Copy link
Contributor

No description provided.

Copy link
Owner

@rburchell rburchell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely, thank you! ⭐


if strings.HasPrefix(arg, "-o=") {
return strings.TrimPrefix(arg, "-o="), nil
if after, ok := strings.CutPrefix(arg, "-o="); ok {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, nice! Didn't actually know about that one.

@rburchell rburchell merged commit 959c458 into rburchell:master Jan 9, 2026
1 check passed
@stuarthicks stuarthicks deleted the linter branch January 9, 2026 20:57
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