mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-508: CLI help arguments are super confusing, vague, and outright wrong #631
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Apr 10, 2010).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user @hobodave:
This was introduced with the move to Symfony console.
Huh? What is "command", what is "from-path" and how is it different from --from?
@doctrinebot commented on GitHub (Apr 10, 2010):
Comment created by @beberlei:
See DDC-502, from and from-path are not needed anymore.
Additionally the "command" thing is a bug of Symfony Consoles help output. Its not required.
@doctrinebot commented on GitHub (Apr 10, 2010):
Comment created by @hobodave:
Great, this helps a lot.
However, -h still does not work, it seems to be ignored. --help however does work.
@doctrinebot commented on GitHub (Apr 10, 2010):
Comment created by @beberlei:
This is also a symfony console bug, please post it upstream :-)
@doctrinebot commented on GitHub (Apr 10, 2010):
Issue was closed with resolution "Fixed"