Commit Graph

2 Commits

Author SHA1 Message Date
Ryan X. Charles 5cc25e3e59 added type coercion for command-line
All inputs from the command are strings, but sometimes an argument needs to be
something other than a string. This adds basic type coercion, so you can input
objects and numbers as well.
2014-04-15 14:57:06 -03:00
Ryan X. Charles dd2e8c585e move Copay.js -> API.js, and handle case of no command better
* API is a more appropriate name for what this is. It is intended to be the
 interface used by external apps.
* The case where you run "copay" with no command is now handled better.
2014-04-15 14:57:06 -03:00