CommandLineAPI

  • CLI

    Namespace for all commandline related functions and objects.

    See more

    Declaration

    Swift

    public enum CLI
  • A Path represents an absolute path on a filesystem.

    All functions on Path are chainable to facilitate doing sequences of file operations.

    Note

    A Path does not necessarily represent an actual filesystem entry.
    See more

    Declaration

    Swift

    public struct Path