vlang / v

Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
MIT License
35.83k stars 2.17k forks source link

Veb livereload flag needs to be renamed #21485

Open kpeters58 opened 6 months ago

kpeters58 commented 6 months ago

Describe the bug

From the VEB docs: Run your veb app with a live reload via v -d vweb_livereload watch run .

Flag should be renamed to _veblivereload at minimum - even better would be to simply use livereload as the prefix is entirely redundant.

Reproduction Steps

Reload flag isn't properly named.

Expected Behavior

To have a properly named flag

Current Behavior

N/A

Possible Solution

Fix the flag's name

Additional Information/Context

none

V version

current

Environment details (OS name and version, etc.)

all

[!NOTE] You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.

JalonSolov commented 6 months ago

Agreed. Leftover from where it started as x.vweb.