Int
extension Int: ExpressibleByStringArgument
-
Creates an instance initialized to the given string value.
Do not call this initializer directly. It is used by the
CLI.ask(_:options:)andCLI.choose(_:choices:)functions.Declaration
Swift
@inlinable public init?(stringArgument arg: String)
View on GitHub
Int Extension Reference