Closed joshmiller83 closed 5 years ago
Reading this over a few weeks removed, it looks like you're hardcoding where the bin directory is located. In normal Drupal 8 composer based land, it's outside of the vendor directory and in the app root as "/bin"
And confirmed by reading the code:
https://github.com/smmccabe/phpdebt/blob/master/phpdebt#L10
There is a commented out attempt at making the bin call dynamic and the static bin definition doesn't unfortunately fit my use case. Maybe just a quick note or alternative flag for the command to let it know where the bin is? I'd be happy to provide it as a parameter.
@joshmiller83 #3 aims to fix this. Feel free to check it out and give it a whirl.
Hey Shawn. Not sure if this is meant to work but I tried running this with composer and fails started happening.