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

@@ -8,7 +8,8 @@ extension GitVersionCommand {
struct Generate: ParsableCommand {
static var configuration: CommandConfiguration = .init(
abstract: "Generates a version file in a command line tool that can be set via the git tag or git sha."
abstract: "Generates a version file in a command line tool that can be set via the git tag or git sha.",
discussion: "This command can be interacted with directly, outside of the plugin usage context."
)
@OptionGroup var shared: SharedOptions