Skip to content

Commit 92e1f4d

Browse files
author
thomhurst
committed
chore: Update pnpm CLI options
1 parent f579ac4 commit 92e1f4d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/ModularPipelines.Node/AssemblyInfo.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
using System.Reflection;
77

88
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.Tool", "pnpm")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-15T03:13:31.2238197Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-03-01T03:12:28.3588032Z")]

src/ModularPipelines.Node/Options/PnpmAuditOptions.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public record PnpmAuditOptions : PnpmOptions
4343
public string? Ignore { get; set; }
4444

4545
/// <summary>
46-
/// Use exit code 0 if the registry responds with an error. Useful when audit checks are used in CI. A build should fail because the registry has issues.
46+
/// Use exit code 0 if the registry responds with an error. Useful when audit checks are used in CI. A build should not fail because the registry has issues.
4747
/// </summary>
4848
[CliOption("--ignore-registry-errors")]
4949
public string? IgnoreRegistryErrors { get; set; }

src/ModularPipelines.Node/Options/PnpmWhyOptions.Generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public record PnpmWhyOptions : PnpmOptions
2525
public string? AggregateOutput { get; set; }
2626

2727
/// <summary>
28-
/// Max display depth of the dependency graph
28+
/// Max display depth of the reverse dependency tree
2929
/// </summary>
3030
[CliOption("--depth")]
3131
public string? Depth { get; set; }

0 commit comments

Comments
 (0)