Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@franga2000
Copy link
Contributor

The current way of parsing the arguments breaks URLs containing query params: --web-url=https://example.com?param=value gets parsed as web_url: 'https://example.com?param', since the split function splits on all = characters, not just the first.

This fixes that. There are probably a million different ways to do this, but the regex seems like the easiest solution right now.

@leukipp leukipp changed the base branch from main to develop July 6, 2025 14:21
@leukipp leukipp merged commit 568be07 into leukipp:develop Jul 6, 2025
leukipp added a commit that referenced this pull request Jul 8, 2025
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