[TagoCore] Add options, arguments, and flags to analyses' execution command

Description

Summary

Today, there is no way to add additional flags or options to the binary executable path in TagoCore analyses. This limitation hinders advanced usage of an analysis.

Intended Outcome

Be able to add options and flags to the command line of an analysis. When using the node binary, for instance, you should be able to debug to the code by using the --inspect flag.

How will it work?

A new button will be added analyses, which will allow developers to customize options, arguments, and flags of the analysis when it is executed.

Activity