1
0
Fork 0

Consolidate regression artifacts into per-tier flat structure

This commit is contained in:
Brendan Szymanski 2026-07-21 22:03:38 -04:00
parent 8bfeea2ed2
commit 745a4c3401
66 changed files with 55721 additions and 40 deletions

View file

@ -18,7 +18,7 @@ struct GObjectGeneratorCommandPlugin: CommandPlugin {
/// - Parameters:
/// - context: The plugin context providing access to tools and the package directory.
/// - arguments: User-provided arguments forwarded to the generator, e.g.
/// `--monorepo-config configs/tier1.toml --format-config .swift-format`.
/// `--monorepo-config regression/tier1/config.toml --format-config .swift-format`.
func performCommand(context: PluginContext, arguments: [String]) async throws {
guard !arguments.isEmpty else {
print("Usage: swift package generate-gir-bindings --monorepo-config <cfg> [--skip-report] [--smoke-target] [--format-config <path>]")