usage property
Generates a string displaying usage information for this command.
This includes usage for the command's arguments as well as a list of subcommands, if there are any.
Implementation
String get usage => _wrap('$description\n\n') + _usageWithoutDescription;