-
Notifications
You must be signed in to change notification settings - Fork 2k
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
"Your alias cannot contain a space" #214
Comments
I think setting |
If you edit the aliases file and add |
Yep manually creating the aliases works
I had trouble but the following seems to work to create the alias
creates in aliases file
Though strangely it appended it to the end of the line for the last alias so I still had to manually put a line break in there
Not a big deal to me to just manually put all my aliases in the file but that's just me :-) UPDATE: |
Now is fixed tested as of 1.3-pre. the bat PR fix could have landed sooner I'm not sure specifically what it was.
|
en voulant changer le port de mon serveur avec "php artisan --port:5090" il m'affiche "The "--port:5090" option does not exist." que faire ? |
I think you need Args are always |
Thanks more dear 🙏🙏
Le mer. 16 juin 2021 à 21:55, Jack ***@***.***> a écrit :
… I think you need php artisan serve --port=8080 / php artisan serve --port
8080 or maybe SERVER_PORT="8080" php artisan serve should work.
Args are always <space> or =. The colon is something just for artisan.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#214 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARYM66KYVSCFK7BVKIV7LYLTTD6U3ANCNFSM4ARCMGRQ>
.
|
I would like to assign
php artisan
alias withart
. But when runalias art='php artisan'
gives me "Your alias cannot contain a space"The text was updated successfully, but these errors were encountered: