1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-08 04:20:07 +02:00

Added prototype binary to switch quickly

This commit is contained in:
2021-12-21 17:52:13 +01:00
parent e76c6e14e4
commit 63f4f8b078
5 changed files with 83 additions and 36 deletions

View File

@ -10,6 +10,8 @@ import Foundation
enum AllowedArguments: String, CaseIterable {
case use = "use"
case performSwitch = "switch"
case help = "help"
static func has(_ string: String) -> Bool {
return Self.allCases.contains { arg in