trendscenter / coinstac

Collaborative Informatics and Neuroimaging Suite Toolkit for Anonymous Computation
MIT License
47 stars 19 forks source link

Change coinstac-simulator CLI API #66

Closed swashcap closed 6 years ago

swashcap commented 8 years ago

coinstac-simulator’s CLI mode is only ever used on a single declaration:

coinstac-simulator -d declaration.js

We should just drop the -d flag.

swashcap commented 8 years ago

We could potentially add a --verbose flag that overrides the declaration’s verbose property. It’s a little nicer than specifying desired logging output in a data structure.