module Limer

Defined in:

limer.cr
limer/cli.cr

Constant Summary

USAGE = " usage: limer [COMMAND] [NAME]\n\n commands:\n start starts the timer with the provided name\n stop stops the timer with the provided name\n reset resets the timer with the provided name\n view views the timer with the provided name\n watch watches the timer with the provided name\n list list all timers"
VERSION = {{ (`shards version /srv/crystaldoc.info/github-Willamin-limer-master/src`).chomp.stringify }}