Skip to content

Commit

Permalink
add notes for future feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjektGopher committed Aug 1, 2023
1 parent 8b24719 commit 0220123
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/Whisky.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ public static function dogfooding(): bool
// TODO
public static function isRunningGlobally(): bool
{
// composer -n config --global home
//
return false;
}

// TODO
public static function isInstalledGlobally(): bool
{
// composer -n config --global home
// composer -n global config bin-dir --absolute --quiet
return false;
}

Expand Down

0 comments on commit 0220123

Please sign in to comment.