AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 20 forks source link

Allow Dunes --config to have a customized .ini file for configuration #207

Closed pliuwu1998 closed 1 year ago

pliuwu1998 commented 1 year ago

Currently, dune --start --config could be better. --help reports must be a path containing config.ini. But code accepts either that OR a path to a config.ini. As an enhancement, we should accept either a path containing config.ini OE a path to a file with the extension .ini.

pliuwu1998 commented 1 year ago

The man file should be updated too.

updated docs/man/, thx