How to change Symfony's Console Working Directory from a Command?

1.1k views Asked by At

How can I change the working directory from within a Symfony Console Application?

For instance:

/var/www/path/to/something@MyMacBook$ symfonyapp go:root
Success
/var/www@MyMacBook$
0

There are 0 answers