clone-shim/examples/basic/spec.json

16 lines
279 B
JSON
Raw Normal View History

2022-02-28 20:42:44 +00:00
{
"entrypoints": {
"main1": {
"args": [
"BinaryName",
"Entrypoint"
]
},
"main2": {
"args": [
"BinaryName",
"Entrypoint"
]
}
}
}