Ben Hirsch
Ben Hirsch
@michelf thank you for your work on this project. I use your implementation in production on a few projects. Once I learned about the MD standards project I popped over...
I am trying to find a workaround for this too.
I had a very hard time getting this to work. But since parallax is just a cosmetic feature of a site I am working on I concluded with a NASTY...
I am confused by this as well. ``` ~ ./bin/flickr-cli auth --verbose [RuntimeException] No config file path found. Exception trace: () at /root/flickr-cli/src/TheFox/FlickrCli/Command/FlickrCliCommand.php:241 TheFox\FlickrCli\Command\FlickrCliCommand->setupConfig() at /root/flickr-cli/src/TheFox/FlickrCli/Command/FlickrCliCommand.php:192 TheFox\FlickrCli\Command\FlickrCliCommand->setup() at /root/flickr-cli/src/TheFox/FlickrCli/Command/AuthCommand.php:61 TheFox\FlickrCli\Command\AuthCommand->setup()...
I got this to work. I made a file in a new directory `data/config.yml` with the following contents: ``` flickr: consumer_key: consumer_secret: token: token_secret: ``` then `./bin/flickr-cli auth --config=data/config.yml` then...