shellCommand(_:)
The completion candidates are specified by the stdout
output of the given string run as a shell command when a user requests completions.
static func shellCommand(_ command: String) -> CompletionKind
Swift Argument Parser does not perform any escaping or quoting on the given shell command.
The given shell command is included in a completion script when it is generated.