Constructor for ENTRYPOINT instruction
Entrypoint(program, params = list(), form = "exec")
program | the executable or command |
---|---|
params | the parameters provided to the executable or command |
form | the form how the instruction is rendered, either |
an object of class Entrypoint
#> [1] "ENTRYPOINT [\"Rscript\", \"sum\", \"1\", \"2\"]"#> [1] "ENTRYPOINT [\"/bin/echo\"]"