SMF
SMF copied to clipboard
`composer lint-fix` doesn't work on windows commandline
https://github.com/SimpleMachines/SMF/blob/b11d8c4178b3d8e18a5243c33174524d216b8e4e/composer.json#L17
same result with the terminal provided by sourcvtrree
The --name-only option for git diff has been around for a long time. Maybe the version of git that you are using on the command line is very outdated?
Its worked for me via the vscode powershell integration. Im not sure if any changes have been made since I used it last that might have it broken though.
I'll have to try it on Windows and see if it works for me there. When I do git help diff
on Linux, the --name-only
option is one of the ones listed