Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[WIP] [Console] added a better way to ask questions to the user#9811
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
why not using a new Process()? just curious
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
To no add an hard dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
you should check if stty is available at first?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
nevermind.. the check is at linehttps://github.com/symfony/symfony/pull/9811/files#diff-312c2e9ca43f41955ae78e8adf50fe49R102
stof commentedDec 18, 2013
Please make your new helper aware of the interactive mode of the console input, so that we don't have to check manually each time we use it in order to keep the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
should be namedgetAutocompleter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
purposes
stof commentedMar 4, 2014
@fabpot what is the status on this PR ? |
…ser (fabpot, romainneutron)This PR was merged into the 2.5-dev branch.Discussion----------[Console] added a better way to ask questions to the user| Q | A| ------------- | ---| Bug fix? | no| New feature? | yes| BC breaks? | no| Deprecations? | yes| Tests pass? | yes| Fixed tickets | n/a| License | MIT| Doc PR | not yetThis PR replaces#9811- [x] add missing phpdocs- [x] add unit tests- [ ] submit doc PRCommits-------336bba2 [Console] Add docblocks and unit tests to QuestionHelperc413f89 [Console] added a better way to ask questions to the user
romainneutron commentedApr 2, 2014
This PR can be closed |
fabpot commentedApr 3, 2014
Closing in favor of#10606 |
Todo: