mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-08 04:20:07 +02:00
♻️ Separate some of the PHP config logic from the app
This commit is contained in:
@ -10,6 +10,11 @@ import Foundation
|
||||
|
||||
// First, let's read the initial command line argument
|
||||
|
||||
// REFACTOR REQUIRED
|
||||
// Information about the Homebrew linked alias
|
||||
// Information about the PHP versions
|
||||
// etc.: needs to be stored in a separate object we can instantiate here and in PHP Monitor.
|
||||
|
||||
print(CommandLine.arguments)
|
||||
|
||||
if CommandLine.arguments.count != 3 {
|
||||
|
Reference in New Issue
Block a user