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
@override
String get usage {
return super.usage +
"\n\n"
"Calculates the next version based on API changes between versions.\n"
"Uses the current package version from the base file.\n";
}