You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> composer global require projektgopher/whisky:0.5.0-alpha.1
> whisky validate
Whisky has not been initialized in this project, aborting...
Run `./vendor/bin/whisky install` to initialize Whisky in this project.
If Whisky::isRunningGlobally() is true, the bin in that command output (and other similar ones) should be simply whisky.
The text was updated successfully, but these errors were encountered:
ProjektGopher
changed the title
[ Fix ] Check for global install when printing command help to the terminal
[ Fix ][ Global ] Check for global install when printing command help to the terminal
Aug 10, 2023
ProjektGopher
changed the title
[ Fix ][ Global ] Check for global install when printing command help to the terminal
[ Fix ][ Global ] Validate Command
Aug 10, 2023
If
Whisky::isRunningGlobally()
is true, the bin in that command output (and other similar ones) should be simplywhisky
.The text was updated successfully, but these errors were encountered: