oxygen.cli.Arg
See theArg companion trait
object Arg
Attributes
Members list
Type members
Classlikes
object ParamLike
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class ScopedParamclass ShortParamMulti
final case class ScopedParam(index: Int, name: SimpleName, values: List[ValueLike]) extends ParamLike
final case class ShortParamMulti(index: Int, subIndex: Int, name: ShortName) extends ParamLike
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Splits on the first occurrence of the string "--", returning args (before the "--", after the "--")
. If no "--" is found, returns (Nil, all args)
.
Splits on the first occurrence of the string "--", returning args (before the "--", after the "--")
. If no "--" is found, returns (Nil, all args)
.
Attributes
In this article