Consolidate regression artifacts into per-tier flat structure
This commit is contained in:
parent
8bfeea2ed2
commit
745a4c3401
66 changed files with 55721 additions and 40 deletions
|
|
@ -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>]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue