In the below erl command I want to pass config file along with the arguments.
erl -config sys.config [Args]
The correct command line would be
erl -config sys [Args]
without the .config extension, which is added automatically.
Copyright © 2021 Jogjafile Inc.
The correct command line would be
without the .config extension, which is added automatically.