Renamed to cli version.
This commit is contained in:
@@ -5,7 +5,7 @@ import Foundation
|
||||
struct GenerateVersionPlugin: CommandPlugin {
|
||||
|
||||
func performCommand(context: PluginContext, arguments: [String]) async throws {
|
||||
let gitVersion = try context.tool(named: "git-version")
|
||||
let gitVersion = try context.tool(named: "cli-version")
|
||||
|
||||
let arguments = ["generate"] + arguments
|
||||
|
||||
|
||||
Reference in New Issue
Block a user