Classes

The following classes are available globally.

  • A flag is an argument, which when present, represents true. A flag that is not present, represents false.

    Example: -v or --verbose

    See more

    Declaration

    Swift

    @propertyWrapper
    public class CommandFlag : CommandFlagSpecification
  • Undocumented

    Declaration

    Swift

    public final class BasicREPL : REPLImplementation
  • Undocumented

    See more

    Declaration

    Swift

    public final class TerminalREPL : REPLImplementation
  • Gets and sets environment variables for the current process.

    See more

    Declaration

    Swift

    public class Environment