mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +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)',
|
'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')
|
||||||
|
|||||||
Reference in New Issue
Block a user