I would like to pass arguments to the binary file when executing it with dlv
dlv --listen=:5432 exec /mypath/binary --config=config.toml
But when I am doing it I get following error:
Error: unknown flag: --config
How can I pass arguments to binary when using dlv debugger?