From de77a2b1eb6d84e37390c8f8e47fae7603dbd9b5 Mon Sep 17 00:00:00 2001 From: mio Date: Mon, 7 Jan 2019 05:57:40 +0000 Subject: [PATCH] Update readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a5f038f..16ee4d2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,21 @@ A mini utility script for curiouser's *botany* (a plant-cultivating game). +## Commands + +``` +wilty list Show a list of live plants sorted by the longest interval + since last watering. Helpful for catching wilting plants. + Use "wilty list user|plant" to sort alphabetically by + username or plant type instead. + +wilty stats Show some general stats. + Use "wilty stats live" to show stats on live plants. + +wilty water Water a random plant. +``` + + ## License MIT (c) 2019 mio