Skip to content

Commit 88c395c

Browse files
committed
Add --em option help description for orm:mapping:describe
1 parent 256d6cb commit 88c395c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Tools/Console/Command/MappingDescribeCommand.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ protected function configure(): void
7676
To output the metadata in JSON format, use the <info>--format</info> option:
7777
<info>%command.full_name% My\Namespace\Entity\MyEntity --format=json</info>
7878
79+
To use a specific entity manager (e.g., for multi-DB projects), use the <info>--em</info> option:
80+
<info>%command.full_name% My\Namespace\Entity\MyEntity --em=my_custom_entity_manager</info>
81+
7982
EOT);
8083
}
8184

0 commit comments

Comments
 (0)