WVDSH-1650: add --no-open flag to wavedash dev#40
Conversation
Add a --no-open flag to 'wavedash dev' that skips automatically opening the browser and instead prints the local URL for the user to open manually. Bump version to 0.1.88. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Claude finished @franzwarning's task in 1m 12s —— View job Code Review:
|
Adds a
--no-openflag towavedash devthat skips automatically opening the browser and instead prints the local URL for the user to open manually. The dev server still runs normally.no_open: boolarg on theDevcommand, threaded intohandle_dev.open::that(&local_url)?call.Tested end-to-end against a live build: with
--no-openthe server comes up and prints the URL without opening a browser; default behavior still opens the browser and runs the full auth flow.🤖 Generated with Claude Code