We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbe957 commit fd8b5b7Copy full SHA for fd8b5b7
Sources/cap2spm.swift
@@ -5,7 +5,7 @@ import ArgumentParser
5
6
@main
7
struct Cap2SPM: ParsableCommand {
8
- @Flag(name: .customLong("backup"), inversion: .prefixedNo, help: "Should we make a backup? Defaults to true")
+ @Flag(name: .customLong("backup"), inversion: .prefixedNo, help: "Should we make a backup?")
9
var shouldBackup = true
10
11
@Option(help: "Objective-C header for file containing CAP_PLUGIN macro")
0 commit comments