-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When starting echain as follows:
echain start -f ./event.json
It doesn't load event.json but instead searches for the first json file and may choose the wrong one if the directory contains other json files.
The issue is that the command line parsing uses fileconfig:
Line 127 in 1147b53
| fileconfig: 'f', |
Whereas when it loads the file it is expecting config:
Line 52 in 1147b53
| } else if (options.config) { |
Either config should be changed to fileconfig or vice verse.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels