usageWithoutDescription property
String
get
usageWithoutDescription
Returns usage with description removed from the beginning.
Implementation
String get usageWithoutDescription => LineSplitter.split(usage).skipWhile((line) => line == description || line.isEmpty).join('\n');