Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Options[OAuth2Token]class Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Value members
Concrete methods
Creates a boolean flag with the specified name, which, if present, will produce the specified constant boolean value.
Creates a boolean flag with the specified name, which, if present, will produce the specified constant boolean value.
Attributes
Creates a boolean flag with the specified name, which, if present, will produce the specified constant boolean value. Negation names may be specified to explicitly invert the boolean value of this option.
Creates a boolean flag with the specified name, which, if present, will produce the specified constant boolean value. Negation names may be specified to explicitly invert the boolean value of this option.
Attributes
Creates a boolean flag with the specified name, which, if present, will produce the specified constant boolean value. Negation names may be specified to explicitly invert the boolean value of this option. An alias might be specified to substitute the name.
Creates a boolean flag with the specified name, which, if present, will produce the specified constant boolean value. Negation names may be specified to explicitly invert the boolean value of this option. An alias might be specified to substitute the name.
Attributes
Creates a parameter expecting a decimal number.
Creates a parameter expecting a decimal number.
Attributes
Creates a parameter excepting a date-based amount of time in the ISO-8601 format, such as 'P1DT2H3M'.
Creates a parameter excepting a date-based amount of time in the ISO-8601 format, such as 'P1DT2H3M'.
Attributes
Creates a parameter accepting one valye from set of allowed elements.
Creates a parameter accepting one valye from set of allowed elements.
Attributes
Creates a parameter expecting a parameter for instant in time in UTC format, such as 2007-12-03T10:15:30.00Z.
Creates a parameter expecting a parameter for instant in time in UTC format, such as 2007-12-03T10:15:30.00Z.
Attributes
Creates a parameter expecting an integer.
Creates a parameter expecting an integer.
Attributes
Creates a property flag with the specified name. Property arguments may be repeated several times (-D key1=value -D key2=value) or specifying all key/values in one argument (-D key1=value key2=value).
Creates a property flag with the specified name. Property arguments may be repeated several times (-D key1=value -D key2=value) or specifying all key/values in one argument (-D key1=value key2=value).
Attributes
Creates a property flag with from an argument option as Options.single.
Creates a property flag with from an argument option as Options.single.
Attributes
Creates a parameter excepting parameter for a date in ISO_LOCAL_DATE format, such as 2007-12-03.
Creates a parameter excepting parameter for a date in ISO_LOCAL_DATE format, such as 2007-12-03.
Attributes
Creates a parameter excepting a date-time without a time-zone in the ISO-8601 format, such as 2007-12-03T10:15:30.
Creates a parameter excepting a date-time without a time-zone in the ISO-8601 format, such as 2007-12-03T10:15:30.
Attributes
Creates a parameter excepting a time without a time-zone in the ISO-8601 format, such as 10:15:30.
Creates a parameter excepting a time without a time-zone in the ISO-8601 format, such as 10:15:30.
Attributes
Creates a parameter excepting a month-day in the ISO-8601 format such as 12-03.
Creates a parameter excepting a month-day in the ISO-8601 format such as 12-03.
Attributes
Creates a parameter excepting a date-time with an offset from UTC/Greenwich in the ISO-8601 format, such as 2007-12-03T10:15:30+01:00.
Creates a parameter excepting a date-time with an offset from UTC/Greenwich in the ISO-8601 format, such as 2007-12-03T10:15:30+01:00.
Attributes
Creates a parameter excepting a time with an offset from UTC/Greenwich in the ISO-8601 format, such as 10:15:30+01:00.
Creates a parameter excepting a time with an offset from UTC/Greenwich in the ISO-8601 format, such as 10:15:30+01:00.
Attributes
Creates a parameter excepting a date-based amount of time in the ISO-8601 format, such as 'P1Y2M3D'.
Creates a parameter excepting a date-based amount of time in the ISO-8601 format, such as 'P1Y2M3D'.
Attributes
Creates a parameter expecting an arbitrary text.
Creates a parameter expecting an arbitrary text.
Attributes
Options.validate parses args for options and returns an Option[ValidationError], the leftover arguments and the constructed value of type A. The possible error inside Option[ValidationError] would only be triggered if there is an error when parsing the Args of a Command. This is because ValidationErrors are used to control the end of the args corresponding to options.
Options.validate parses args for options and returns an Option[ValidationError], the leftover arguments and the constructed value of type A. The possible error inside Option[ValidationError] would only be triggered if there is an error when parsing the Args of a Command. This is because ValidationErrors are used to control the end of the args corresponding to options.
Attributes
Creates a parameter expecting a year in the ISO-8601 format, such as 2007.
Creates a parameter expecting a year in the ISO-8601 format, such as 2007.
Attributes
Creates a parameter expecting a year-month in the ISO-8601 format, such as 2007-12..
Creates a parameter expecting a year-month in the ISO-8601 format, such as 2007-12..
Attributes
Creates a parameter expecting a time-zone ID, such as Europe/Paris.
Creates a parameter expecting a time-zone ID, such as Europe/Paris.
Attributes
Creates a parameter expecting a time-zone offset from Greenwich/UTC, such as +02:00.
Creates a parameter expecting a time-zone offset from Greenwich/UTC, such as +02:00.
Attributes
Creates a date-time with a time-zone in the ISO-8601 format, such as 2007-12-03T10:15:30+01:00 Europe/Paris.
Creates a date-time with a time-zone in the ISO-8601 format, such as 2007-12-03T10:15:30+01:00 Europe/Paris.
Attributes
Inherited methods
Creates a parameter expecting path to the directory.
Creates a parameter expecting path to the directory.
Attributes
- Inherited from:
- OptionsPlatformSpecific (hidden)
Creates a parameter expecting path to the file.
Creates a parameter expecting path to the file.
Attributes
- Inherited from:
- OptionsPlatformSpecific (hidden)
Adds into the application OAuth2 authorization with the specified provider for permissions defined by scope. The resulting zio.cli.oauth2.OAuth2Token will provide access token.
Adds into the application OAuth2 authorization with the specified provider for permissions defined by scope. The resulting zio.cli.oauth2.OAuth2Token will provide access token.
Attributes
- Inherited from:
- OptionsPlatformSpecific (hidden)