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
Describe the bug
When passing --config flag, the binary returns the following error
To Reproduce
Steps to reproduce the behavior:
Download binary
Create config file
Run mango --config="/path/to.yml"
Expected behavior
A clear and concise description of what you expected to happen.
Start up 0.5.0 with the premade config
Environment (please complete the following information):
OS:U20.04
Mango Version 0.5.0
Docker (if you are running Mango in a Docker container)
nope
Additional context
/opt/mango/mango.bin --config="/opt/mango/config.yml"
Unhandled exception: Invalid option: --config=/opt/mango/config.yml (OptionParser::InvalidOption)
from ???
from ???
from ???
from ???
from ???
from ???
from ???
from ???
The text was updated successfully, but these errors were encountered:
Describe the bug
When passing
--config
flag, the binary returns the following errorTo Reproduce
Steps to reproduce the behavior:
mango --config="/path/to.yml"
Expected behavior
A clear and concise description of what you expected to happen.
Start up 0.5.0 with the premade config
Environment (please complete the following information):
Docker (if you are running Mango in a Docker container)
Additional context
The text was updated successfully, but these errors were encountered: