usage method

  1. @override
String usage()
override

Returns a sample usage of the Verb

Implementation

@override
String usage() {
  return 'e.g batch:[{"id":1, "commmand":"update:location@alice newyork"},{"id":2, "commmand":"delete:location@alice"}]';
}