This commit is contained in:
2023-03-15 07:56:13 -04:00
parent 79328cf746
commit 3dc5d8f524
5 changed files with 7 additions and 208 deletions

View File

@@ -6,7 +6,8 @@ import ShellClient
extension GitVersionCommand {
struct Build: ParsableCommand {
static var configuration: CommandConfiguration = .init(
abstract: "Used for the build with version plugin."
abstract: "Used for the build with version plugin.",
discussion: "This should generally not be interacted with directly, outside of the build plugin."
)
@OptionGroup var shared: SharedOptions