refactor: rename class in cli options

This commit is contained in:
Michel Jonathan Schmitz
2019-06-05 16:40:07 +02:00
parent 6e434145ba
commit 5d50abd411

View File

@@ -182,10 +182,10 @@ commander
'Shows these specific definitions (class, interface or enum)',
toArray,
)
.option('--showAssociations', 'Shows associations of classes')
.option('--showAssociations', 'Shows associations of definitions')
.option(
'--showInheritance',
'Shows extensions and implementations of classes',
'Shows extensions and implementations of definitions',
)
.option('--showEnumValues', 'Show enum values')
.option('--showProperties', 'Show attributes')