diff --git a/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor CLI.xcscheme b/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor CLI.xcscheme index b54454c..41be842 100644 --- a/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor CLI.xcscheme +++ b/PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor CLI.xcscheme @@ -52,11 +52,7 @@ - - diff --git a/phpmon-cli/main.swift b/phpmon-cli/main.swift index e6c03ba..2a50be7 100644 --- a/phpmon-cli/main.swift +++ b/phpmon-cli/main.swift @@ -8,7 +8,7 @@ import Foundation -let toolver = "1.0" +let toolver = "0.1 (early access)" let log = Log.shared @@ -34,7 +34,7 @@ let action = AllowedArguments.init(rawValue: argument) switch action { case .use, .performSwitch: if !Shell.fileExists("\(Paths.binPath)/php") { - Log.err("PHP is currently not linked. Attempting to link `php` at least...") + Log.err("PHP is currently not linked. Attempting quick fix...") _ = Shell.user.executeSynchronously("brew link php", requiresPath: true) }