feat: Some parameter renaming for consistency
All checks were successful
CI / Ubuntu (push) Successful in 2m36s

This commit is contained in:
2024-12-31 08:31:41 -05:00
parent 147f6df1b3
commit 016f0d6c3f
6 changed files with 39 additions and 45 deletions

View File

@@ -24,7 +24,7 @@ public struct CliClient: Sendable {
public var build: @Sendable (SharedOptions) async throws -> String
/// Bump the existing version.
public var bump: @Sendable (BumpOption?, SharedOptions) async throws -> String
public var bump: @Sendable (BumpOption, SharedOptions) async throws -> String
/// Generate a version file with an optional version that can be set manually.
public var generate: @Sendable (SharedOptions) async throws -> String