From 022012380a78084c31e62c80b99427cf6f5a73d7 Mon Sep 17 00:00:00 2001 From: Len Woodward Date: Mon, 31 Jul 2023 21:39:30 -0700 Subject: [PATCH] add notes for future feature --- app/Whisky.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/Whisky.php b/app/Whisky.php index 24714d4..b4c89ae 100644 --- a/app/Whisky.php +++ b/app/Whisky.php @@ -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; }