summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcos <cos>2012-01-21 22:58:45 +0100
committercos <cos>2012-12-17 21:12:06 +0100
commit897a56e53f7c815c8a67bce632a8107aae0ec21c (patch)
tree64fffe6538843f7aa579c8eb2591a95c5a2383cb
parent5dd1c6ad3191eff601558f3301ba5c8cc7897b12 (diff)
downloadmat-897a56e53f7c815c8a67bce632a8107aae0ec21c.zip
Add initial help output.
-rwxr-xr-xmat11
1 files changed, 10 insertions, 1 deletions
diff --git a/mat b/mat
index 6ec0fe8..256b232 100755
--- a/mat
+++ b/mat
@@ -262,7 +262,16 @@ sub cmd_randweek {
}
sub cmd_help() {
- print "Help yet to be implemented\n";
+ print "help\n";
+ print "addrecipe\n";
+ print "editrecipe <recipe_id>\n";
+ print "movemeal <source_date> <destination_date>\n";
+ print "setmeal <date> <meal_id>\n";
+ print "setstate <date> <idea|sourced|frozen|ready>\n";
+ print "randmeal <date>\n";
+ print "showplan [date]\n";
+ print "postpone <date> <gap>\n";
+ print "shoppinglist <days_to_shop_for>\n";
}
sub interactive_edit_recipe_ingredients {