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

Actually implement -t #1

Open
IngwiePhoenix opened this issue Nov 7, 2018 · 5 comments
Open

Actually implement -t #1

IngwiePhoenix opened this issue Nov 7, 2018 · 5 comments

Comments

@IngwiePhoenix
Copy link

Trying to use -t flag results in the help screen.

Please fix. :)

@asmblah
Copy link
Contributor

asmblah commented Nov 8, 2018

Hi @IngwiePhoenix - sorry that's not working for you 😕

Are you using it like this:

dotphp -t -r 'print 21;'

?

@IngwiePhoenix
Copy link
Author

IngwiePhoenix commented Nov 8, 2018 via email

@asmblah
Copy link
Contributor

asmblah commented Nov 8, 2018

Ah, yeah that'll be it then - there it's parsing the file name as a value for the -t option, which doesn't actually take one 🤔
can you try this (until it's fixed properly):

dotphp -t -- test.php

@IngwiePhoenix
Copy link
Author

IngwiePhoenix commented Nov 8, 2018 via email

@asmblah
Copy link
Contributor

asmblah commented Nov 8, 2018

Great 👍 I'll leave it open, sure, as I think it could do with fixing properly so that you don't need to use --

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