Commit Graph

6 Commits

Author SHA1 Message Date
Ryan X. Charles 4241287887 use decorator 2014-04-15 16:53:23 -03:00
Ryan X. Charles 34f30e88ea convert from ? notation to more concise || notation 2014-04-15 15:12:37 -03:00
Ryan X. Charles c1ff96ab1b add basic integration with wallet
...and further tests and stuff
2014-04-15 14:57:06 -03:00
Ryan X. Charles 9f39da9ff8 check for present of callback in args correctly 2014-04-15 14:57:06 -03:00
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