2. Tool usage
2.1. Microsoft .NET Framework: Windows
EniBuilder.exe [config.xml]
The first argument is the ENI Builder Input (EBI) file name which should be read in. This argument is optional and defaults to “config.xml”.
2.2. Microsoft .NET Framework: Linux
mono EniBuilder.exe [config.xml]
The first argument is the ENI Builder Input (EBI) file name which should be read in. This argument is optional and defaults to “config.xml”.
2.3. Microsoft .NET Core: Windows
EniBuilder.exe [config.xml]
The first argument is the ENI Builder Input (EBI) file name which should be read in. This argument is optional and defaults to “config.xml”.
2.4. Microsoft .NET Core: Linux
./EniBuilder [config.xml]
The first argument is the ENI Builder Input (EBI) file name which should be read in. This argument is optional and defaults to “config.xml”.