summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 17:07:49 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-22 17:07:49 +0000
commit5163d09c24285690c28456fa45837affe6ae591a (patch)
tree403375552c777c2f8d650733ad7eb2a5d4348a55 /morph
parenteff96464d8ece0a91846e765e828b6349481dcb3 (diff)
downloadmorph-5163d09c24285690c28456fa45837affe6ae591a.tar.gz
Add test cases for "morph init"
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 3 insertions, 0 deletions
diff --git a/morph b/morph
index 5e37bab6..d981bbb6 100755
--- a/morph
+++ b/morph
@@ -356,6 +356,9 @@ class Morph(cliapp.Application):
tempdir.remove()
+ def cmd_init(self, args):
+ '''Initialize a mine.'''
+
def msg(self, msg):
'''Show a message to the user about what is going on.'''
logging.debug(msg)