Long options are command line options beginning wtih two consecutive minus signs (--) followed by an option name. In addition, option values
may be assigned to that name if immediately followed by an equal sign and further values. For example b4p test.b4p --silent --use_value=3
specifies two long options.
Following rules apply:
THe long options do not influence the ordering and contents of the command line parameters as they are treated independently.
See the B4P function description of get long options() where some code examples are shown.