Classes

The following classes are available globally.

  • Return the command line arguments passed to the script

    See more

    Declaration

    Swift

    public class Args
  • Settings to costumize the behavior of choose

    See more

    Declaration

    Swift

    public class ChooseSettings<T>
  • Settings to costumize the run function

    See more

    Declaration

    Swift

    public class RunSettings
  • Settings used to costumize the behaviour of ask()

    See more

    Declaration

    Swift

    public class AskSettings<T: ArgConvertibleType>