[PR #673] [MERGED] Namespace based command names #8540

Open
opened 2026-01-22 16:00:23 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/673
Author: @nkt
Created: 5/17/2013
Status: Merged
Merged: 5/26/2013
Merged by: @beberlei

Base: masterHead: namespace_base_commands_names


📝 Commits (3)

📊 Changes

6 files changed (+19 additions, -0 deletions)

View changed files

📝 docs/en/reference/tools.rst (+14 -0)
📝 lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php (+1 -0)
📝 lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php (+1 -0)
📝 lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php (+1 -0)
📝 lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php (+1 -0)
📝 lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php (+1 -0)

📄 Description

Symfony console supports auto completion:
orm:generate:entities could called o:g:e


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/673 **Author:** [@nkt](https://github.com/nkt) **Created:** 5/17/2013 **Status:** ✅ Merged **Merged:** 5/26/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `namespace_base_commands_names` --- ### 📝 Commits (3) - [`4c1869d`](https://github.com/doctrine/orm/commit/4c1869dca0b1cba45e64103b9df7daa0165f6cf5) ready - [`6bb3184`](https://github.com/doctrine/orm/commit/6bb3184dbfd3679c0aaf2323cb1ca711451c9321) fix bc - [`384dfa8`](https://github.com/doctrine/orm/commit/384dfa87ab4dd1483c331cbad8d6096a066318b6) add docs ### 📊 Changes **6 files changed** (+19 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/en/reference/tools.rst` (+14 -0) 📝 `lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php` (+1 -0) 📝 `lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php` (+1 -0) 📝 `lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php` (+1 -0) 📝 `lib/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php` (+1 -0) 📝 `lib/Doctrine/ORM/Tools/Console/Command/GenerateRepositoriesCommand.php` (+1 -0) </details> ### 📄 Description Symfony console supports auto completion: `orm:generate:entities` could called `o:g:e` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:00:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8540