We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Several message endings do not include a carriage return. This causes the message to line up with the command line prompt like so:
$ php index.php matches create:controller pages Pages Controller already exists in the application/controllers directory. $
Fixing this should result in a cleaner representation of messages and the terminal prompt, like so:
Add the provided $this->_ret to the end of messages where this is missing.
$this->_ret
The text was updated successfully, but these errors were encountered:
Add carriage return at message ends
ec76cf2
closes avenirer#14
Successfully merging a pull request may close this issue.
Problem:
Several message endings do not include a carriage return. This causes the message to line up with the command line prompt like so:
Fixing this should result in a cleaner representation of messages and the terminal prompt, like so:
Proposed resolution
Add the provided
$this->_ret
to the end of messages where this is missing.The text was updated successfully, but these errors were encountered: