usage method

  1. @override
String usage ()
override

Returns a sample usage of the Verb

Implementation

@override
String usage() {
  return 'configure syntax config:block:<action>:@<atSign> \n e.g config:block:add:@alice \n view syntax config:show:<type> \n e.g config:shoe:allow';
}