platforms library

Enums

Platforms
Enum representing various platforms.

Functions

platformCheck(List<String> arguments, List<Platforms> defaultPlatforms) List<String>
Checks and validates the platforms based on the provided arguments. If arguments are empty, returns the default platforms. If arguments are provided, checks if they are valid platforms and returns them.