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

Add newline to no-arg output from cli-script.php #5071

Closed
robbieaverill opened this issue Feb 22, 2016 · 1 comment
Closed

Add newline to no-arg output from cli-script.php #5071

robbieaverill opened this issue Feb 22, 2016 · 1 comment

Comments

@robbieaverill
Copy link
Contributor

If I run cli-script.php with no arguments, the message doesn't have a line drop. Suggestion is to add one for clarity:

root@576558d6b517:/var/www/framework# php cli-script.php       
Please specify an argument to cli-script.php/sake. For more information, visit http://docs.silverstripe.org/en/developer_guides/cliroot@576558d6b517:/var/www/framework#

Better:

root@576558d6b517:/var/www/framework# php cli-script.php       
Please specify an argument to cli-script.php/sake. For more information, visit http://docs.silverstripe.org/en/developer_guides/cli
root@576558d6b517:/var/www/framework#
@tractorcow
Copy link
Contributor

robbieaverill added a commit to robbieaverill/silverstripe-framework that referenced this issue Feb 22, 2016
tractorcow pushed a commit that referenced this issue Feb 22, 2016
…cript-message

Fix #5071 - add newline to default no-arg message in cli-script.php
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

No branches or pull requests

2 participants