feat: Breaking out more dependencies.
This commit is contained in:
@@ -48,6 +48,7 @@ struct GenerateConfigurationCommand: AsyncParsableCommand {
|
||||
try await _run()
|
||||
}
|
||||
|
||||
// FIX:
|
||||
private func _run() async throws {
|
||||
try await withSetupLogger(commandName: Self.commandName, globals: globals) {
|
||||
@Dependency(\.cliClient) var cliClient
|
||||
@@ -66,7 +67,8 @@ struct GenerateConfigurationCommand: AsyncParsableCommand {
|
||||
actualPath = "\(path)/config"
|
||||
}
|
||||
|
||||
try cliClient.createConfiguration(actualPath, json)
|
||||
fatalError()
|
||||
// try cliClient.createConfiguration(actualPath, json)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user