Commit graph

2 commits

Author SHA1 Message Date
Ryan X. Charles
cba3487988 improve error handling - print error rather than crash 2014-04-15 14:57:06 -03:00
Ryan X. Charles
26073921fb add initial command-line interface
You can see commands by running "copay getCommands"

Types are enforced - right now only strings work. This is so that types can be
coerced from the command-line correctly. Number of arguments are also enforced.
In the future you will be able to pass in JSON objects as arguments and they
will be translated to real objects.
2014-04-14 18:24:46 -03:00