You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`bonnet` can optionally launch and hold a process in background. This feature is useful when you need to pair the front-end window with a backend process.
By default, bonnet logs the backend's standard output into `bonnet.txt`. To disable only such logging, use`backend-no-log`.
84
+
By default, bonnet redirects backend's standard output into the log file `bonnet.txt`. To disable such a redirection, launch the program with`backend-no-log`.
81
85
82
-
Also, you can show the backend process into its own console (in this case, standard output won't be logged to file):
86
+
Sometimes, you might want to show the backend process into its own console (and in this case, standard output won't be logged to file). Then, use `--backend-console`:
For simplicity, the latter only is installed as a Nuget package into the project, the others are stored in `deps/`.
105
+
106
+
The name *bonnet* is an idea of mine who sometimes wants to name things after famous pirates. As [Stede Bonnet](https://en.wikipedia.org/wiki/Stede_Bonnet) tried with might and main turning to piracy despite his lack of sailing experience, here I am developing a WebView2 program without any previous experience with that technology!
0 commit comments