feat: Renames some modules, updates plugins to stop using deprecated components.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import ArgumentParser
|
||||
import CliVersion
|
||||
import CliClient
|
||||
import Dependencies
|
||||
import Foundation
|
||||
import ShellClient
|
||||
|
||||
extension CliVersionCommand {
|
||||
struct Generate: AsyncParsableCommand {
|
||||
static var configuration: CommandConfiguration = .init(
|
||||
static let configuration: CommandConfiguration = .init(
|
||||
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.",
|
||||
version: VERSION ?? "0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user