-
Represents the version number
x.y.zDeclaration
Swift
case version(_: String = "") -
Represents the branch of the repo.
Declaration
Swift
case branch(String) -
Represents the tag of the repo.
Declaration
Swift
case tag(String) -
Represents the commit hash of the repo.
Declaration
Swift
case commit(String)
Install in Dash
Bow Enumeration Reference