Hi everybody,
I'm using the vibe.core.args package to process custom-defined command-line arguments that I define in the default json configuration file "vibe.conf": things work just fine here, but I'm wondering whether there's a way to define a different name/path for this file (e.g. having it as foo/bar.conf, or whatever). Shall I edit the package's source code or is there a way to configure this?