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

No return carriage return at several message ends. #14

Open
jcandan opened this issue Aug 29, 2018 · 0 comments · May be fixed by #15
Open

No return carriage return at several message ends. #14

jcandan opened this issue Aug 29, 2018 · 0 comments · May be fixed by #15

Comments

@jcandan
Copy link

jcandan commented Aug 29, 2018

Problem:

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:

$ php index.php matches create:controller pages

Pages Controller already exists in the application/controllers directory. 
$ 

Proposed resolution

Add the provided $this->_ret to the end of messages where this is missing.

jcandan added a commit to jcandan/codeigniter-matches-cli that referenced this issue Aug 29, 2018
@jcandan jcandan linked a pull request Aug 29, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant