Closed swashcap closed 6 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.
-d
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.
--verbose
verbose
coinstac-simulator’s CLI mode is only ever used on a single declaration:
We should just drop the
-d
flag.