whisky icon indicating copy to clipboard operation
whisky copied to clipboard

[ Request ] Add version (local & global) to Audit command output

Open ProjektGopher opened this issue 1 year ago • 0 comments

Requested by @gpibarra

Can probably be achieved by doing something like this:

$globalWhiskyBasePath = ...
$version = (include($globalWhiskyBasePath.'/config/app.php'))['version'];

ProjektGopher avatar Aug 11 '23 16:08 ProjektGopher