AntelopeIO / DUNES

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

Add warning if some DUNE arguments were unused #117

Closed mikelik closed 1 year ago

mikelik commented 1 year ago

Example:

mikel@msi:~/repo/DUNE$ ./dune --start my_node config.ini
Node [my_node] is already running.
Warning: following arguments were possibly unused: ['config.ini']

There are cases that unused arguments will be used by DUNE external modules / plugins / extensions, that is why in the warning "possibly" word is used.