Currently CLI option -u, --user-data-dir - has default ~/.bdg/chrome-profile (line 52 in start.ts) that overrides Chrome flags passed via BDG_CHROME_FLAGS
Possible solutions:
Remove -u option entirely. Or make BDG_CHROME_FLAGS or --chrome-flags override this default.
What do you think?
Currently CLI option -u, --user-data-dir - has default ~/.bdg/chrome-profile (line 52 in start.ts) that overrides Chrome flags passed via BDG_CHROME_FLAGS
Possible solutions:
Remove -u option entirely. Or make
BDG_CHROME_FLAGSor--chrome-flagsoverride this default.What do you think?