We want to make the script permissive and easy for the end user to add specific arguments via their own plugins.
As an example, someone my want to add a connector and send data to MongoDB, which could need arguments such as --user <root>, --password <some-pwd-here>.
We want to make the script permissive and easy for the end user to add specific arguments via their own plugins.
As an example, someone my want to add a connector and send data to MongoDB, which could need arguments such as
--user <root>
,--password <some-pwd-here>
.