gizmore / phpgdo

Reference GDOv7 core implementation in PHP.
Other
2 stars 1 forks source link

[cross-platform] [verbosity] Use argv[0] instead of "php.exe" (C/Unix behaviour) #2

Closed chl0e3e closed 1 year ago

chl0e3e commented 1 year ago

Code

Usage should derive the command's executable name from the operating system

https://stackoverflow.com/questions/7941536/windows-vs-linux-gcc-argv0-value

gizmore commented 1 year ago

Thank you. This issue got resolved meanwhile on a coding spree someday.