Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Shell
-
Labels:None
Description
Ideally I should be able to do this in the shell:
exec multiconfig '
node1 : asciisynth(0) | autoDFOChain ;
collector : autoCollectorSource | collectorSink(xxx);
'
instead of this:
exec multiconfig 'node1 : asciisynth(0) | autoDFOChain ; collector : autoCollectorSource | collectorSink(xxx); '