summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
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)