mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
refactor: rename class in cli options
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user