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)', 'Shows these specific definitions (class, interface or enum)',
toArray, toArray,
) )
.option('--showAssociations', 'Shows associations of classes') .option('--showAssociations', 'Shows associations of definitions')
.option( .option(
'--showInheritance', '--showInheritance',
'Shows extensions and implementations of classes', 'Shows extensions and implementations of definitions',
) )
.option('--showEnumValues', 'Show enum values') .option('--showEnumValues', 'Show enum values')
.option('--showProperties', 'Show attributes') .option('--showProperties', 'Show attributes')