Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDC-2770: [GH-833] Generate-Entities-Console-Command: Adding an 'avoid backup' flag #3517

Closed
doctrinebot opened this issue Oct 31, 2013 · 2 comments
Assignees
Milestone

Comments

@doctrinebot
Copy link

Jira issue originally created by user @doctrinebot:

This issue is created automatically through a Github pull request on behalf of ronanguilloux:

Url: #833

Message:

Introducing a new "avoid creating backup files" flag in the existing command-line options list:

$ /console orm:generate-entities src/ --nobackup;

Scope: Allowing cli user to avoid the default backup file generation (new ~EntityName.php file every time),
which is default behavior for now.

= adding only 5 lines to lib/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php.

@doctrinebot
Copy link
Author

Comment created by @doctrinebot:

A related Github Pull-Request [GH-833] was closed:
#833

@doctrinebot
Copy link
Author

Issue was closed with resolution "Fixed"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants