summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/App/Hiveminder/Command.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/App/Hiveminder/Command.pm b/lib/App/Hiveminder/Command.pm
index 8647d35..d6f13df 100644
--- a/lib/App/Hiveminder/Command.pm
+++ b/lib/App/Hiveminder/Command.pm
@@ -26,5 +26,9 @@ sub run {
}
}
+sub command {
+ die shift->usage_error("This command is not implemented.");
+}
+
__PACKAGE__->meta()->make_immutable();
1;