Add an option to turn off autoLaunch in dev command #4100
Labels
area: command: dev
type: feature
code contributing to the implementation of a feature and/or user facing functionality
Is your feature request related to a problem? Please describe.
I really would like to have an option to be able to turn off the
autoLaunch
behaviour of the dev command.I understand why by default it's turned on, but I think that it would be a nice addition to add a way to turn it off if needed.
Describe the solution you'd like
I would like to add (I can already open a PR if accepted) an option called
--autoLaunch
on the dev command. By default it would betrue
so that there would be no breaking change, but if provided a false value, the browser won't be auto opened.Describe alternatives you've considered
I know that this can already be done via
toml
file, but I think it would be a nice addition to the CLI itselfCan you submit a pull request?
Yes.
The text was updated successfully, but these errors were encountered: