Daniccan
Results
2
issues of
Daniccan
This change in condition-builder.js supports creation of multiple expressions too and not just a single main expression with sub-expressions.
Is it possible to pass both an object as well as multiple primitives to a function ? Something like, ``` node your_file.js doSomethingWithObject --jsonObj '{"key1": "value1", "key2": "value2"}' --primitive1 abc...