Closed sverhoeven closed 9 months ago
Currently we allow one argument for a application which is config.
config
Some applications might need some extra arguments.
For example:
command: haddock3-analyse --run-dir . --modules $modules
The modules should be given by the consumer.
The web service consumer should be able to query the web service for which arguments are needed.
The web service should convert the arguments in the request to a command that can be executed.
Fixed in #81
Currently we allow one argument for a application which is
config
.Some applications might need some extra arguments.
For example:
The modules should be given by the consumer.
The web service consumer should be able to query the web service for which arguments are needed.
The web service should convert the arguments in the request to a command that can be executed.