Skip to content

Instance Property

isPresent

Whether the option was passed into the command’s signature or not.
var isPresent: Bool { get }

Discussion

app command --option "Hello World"
// signature.option.isPresent == true

app command
// signature.option.isPresent == false