-
Notifications
You must be signed in to change notification settings - Fork 177
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
symfony
as symlink (callable from anywhere)
#204
Comments
I don't get it. What changes are you requested? Could you submit a PR? |
will only show the symfony commands - but not |
@j0k3r ; should running symfony1/lib/task/sfBaseTask.class.php Lines 57 to 61 in 0c9ba11
|
@xerc What is your suggestion, how should the symfony know where the "project root" is? |
@connorhu as seen above |
BehavioursThe actual working behaviourcd path/to/symfony-project-root
./symfony --version But, that does not workcd path/outside
path/to/symfony-project-root/symfony --version Possible solution1. Simple oneHaving a wrapper script. #! /bin/sh -eu
cd path/to/symfony-project-root
./symfony "$@" 2. Harder oneAdding the feature to be able to execute symfony1 task on any current working directory. 3. Looking for current Symfony behaviour... |
symfony1/data/bin/symfony
Lines 12 to 15 in 573d579
The text was updated successfully, but these errors were encountered: