From b1417307517190c6136b1917195c1e4785f93e46 Mon Sep 17 00:00:00 2001 From: Kyle MacDonald Date: Thu, 20 Mar 2014 15:45:33 -0400 Subject: [PATCH 01/10] clean api and make tests pass --- bin/sprout | 10 +++++++--- lib/api/add.coffee | 22 ++++++++++------------ lib/api/init.coffee | 12 ++++++------ test/test.coffee | 21 +++++++++------------ 4 files changed, 32 insertions(+), 33 deletions(-) diff --git a/bin/sprout b/bin/sprout index d30aad6..9f7b165 100755 --- a/bin/sprout +++ b/bin/sprout @@ -22,13 +22,17 @@ if (cmd.sync) { var p; switch (name) { case 'add': - p = cmd({ name: argv._[0], url: argv._[1], options: opts_only(argv) }); break; + // sprout add