annotation Reply::Reader::Help

Overview

Add this annotation to a do_method to indicate help of a command.

ex: Help("Do something", details: "\nUsage: method [arg2]") def do_method(arg1, arg2 = nil) end

Defined in:

commands.cr