Open markkorput opened 5 years ago
Example:
{ "App": {"started": "#parseargs", "stop": "#exit"}, "App/Argv": {"on": "#parseargs", "arg": "#singlearg"}, "App/Argv/Arg": {"on": "#singlearg", "arg": ["-h", "--help"], "action":"#printhelp,#exit"}, "App/Argv/Arg": {"on": "#singlearg", "arg": ["-v", "--version"], "action":"#printversion,#exit"}, "App/Argv/Arg": {"on": "#singlearg", "arg": ["-i", "--id"], "value":"#idvalue"}, "App/SomRandomObjectTheRequiresAnId": {"id": [0,"#idvalue"]} }
Example: