feat: Renames some modules, updates plugins to stop using deprecated components.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import ArgumentParser
|
||||
import CliVersion
|
||||
import CliClient
|
||||
import Dependencies
|
||||
import Foundation
|
||||
import ShellClient
|
||||
@@ -7,7 +7,7 @@ import ShellClient
|
||||
extension CliVersionCommand {
|
||||
|
||||
struct Update: AsyncParsableCommand {
|
||||
static var configuration: CommandConfiguration = .init(
|
||||
static let configuration: CommandConfiguration = .init(
|
||||
abstract: "Updates a version string to the git tag or git sha.",
|
||||
discussion: "This command can be interacted with directly outside of the plugin context."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user