wush url format on command line not proper? slash missing before first hash sign
- Dominant language
- Go
- Stars
- 1.5k
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
wush url format on command line not proper? slash missing before first hash sign
display error, cosmetic?
wush current release 0.4.1
> https://github.com/coder/wush/releases/tag/v0.4.1
both tried windows x64 and linux x64, both print for example when
> wush serve
an URL that starts with
> https://wush.dev#crypt-stuff-here
according to my knowledge there would be a slash missing right after the full hostname of the server, should read
> https://wush.dev/#crypt-stuff-here
shouldnt it?
its clickable in KDE Konsole, and apparently triggers the proper URL with the default browser, but when copy pasting that faulty URL without the slash before the hash, that obviously doesnt work.
cosmetic? bug? thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.