Initializerswift-argument-parser 1.6.1ArgumentParser
init(title:visibility:)
Creates a property that represents another parsable type, using the specified title and visibility.
init(title: String = "", visibility: ArgumentVisibility = .default)
Parameters
- title
A title for grouping this option group’s members in your command’s help screen. If
title
is empty, the members will be displayed alongside the other arguments, flags, and options declared by your command.- visibility
The visibility to use for the entire option group.