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
This is caused by applyIfDefined here https://github.com/eliassjogreen/denon/blob/master/denon.ts#L51. For example it overwrites flags.deno_args with an empty array (if you don't use a config file).
I didn't make a PR because there are different logical ways to fix this and I don't know your preference.
The text was updated successfully, but these errors were encountered:
timonson
changed the title
CLI options are overwritten by config
CLI options are overwritten
May 11, 2020
This is caused by
applyIfDefined
here https://github.com/eliassjogreen/denon/blob/master/denon.ts#L51. For example it overwritesflags.deno_args
with an empty array (if you don't use a config file).I didn't make a PR because there are different logical ways to fix this and I don't know your preference.
The text was updated successfully, but these errors were encountered: