konnectors/libs

standalone should take whether to record/replay in parameter

Closed this issue · 2 comments

We have 3 lines where we could have one.

konnectors/cozy-konnector-maif#33 (comment)

This could maybe go directly in the standalone command instead of needing to set several scripts in each repo.

cozy-konnector-standalone src/index.js record
cozy-konnector-standalone src/index.js replay

Ok, I just would prefer :

cozy-konnector-standalone src/index.js --record
cozy-konnector-standalone src/index.js --replay

To not be dependent of the parameters order.

I agree.