func argumentError()

in Sources/XCMetricsClient/XCMetrics.swift [155:165]


    func argumentError() -> ValidationError {
        return ValidationError("""
        A valid --name, --buildDir and --serviceURL are required.
        If a $BUILD_DIR environment variable is defined, you can omit --buildDir.
        The --timeout argument is optional and defaults to 5 seconds.
        The --isCI argument is optional and defaults to false.
        The --skipNotes argument is optional and defaults to false.
        The --authorizationKey must be used in conjunction with --authorizationValue. One cannot be used without the other.
        Type 'XCMetrics --help' for more information.
        """)
    }