Reply::Reader::Help
Add this annotation to a do_method to indicate help of a command.
ex: Help("Do something", details: "\nUsage: method <arg1> [arg2]") def do_method(arg1, arg2 = nil) end
Add this annotation to a do_method to indicate help of a command.
ex: Help("Do something", details: "\nUsage: method <arg1> [arg2]") def do_method(arg1, arg2 = nil) end