ghisler(Author) wrote: 2023-05-22, 12:56 UTC
...It would be unclear for which of the commands the parameter field is meant.
If this is the only obstacle, can't believe there might not be found a developer- and user-friendly solution.
E.g., based on positional and/or explicit referring approach (of course, it implies additional params string parsing in the event of the cm_commands chain case occurs):
cmd=cm_1,cm_2,cm_3
param=%X[1]
where param %X is applicable to the cm_1 command only
param=%X[3]
where param %X is applicable to the cm_3 command only
param=%X[1],%Y[2],%Z[3]
where params %X,%Y,%Z are applicable to the commands cm_1, cm_2, cm_3 respectively.
param=%X
where param %X is applicable to the whole command chain.