Skip to content

Commit af15d68

Browse files
thomhurstthomhurst
andauthored
chore: Update choco CLI options (#2394)
Co-authored-by: thomhurst <9139608+thomhurst@users.noreply.github.com>
1 parent 59777dc commit af15d68

31 files changed

+61
-1
lines changed

src/ModularPipelines.Chocolatey/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", "choco")]
9-
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-02-08T03:13:35.7517355Z")]
9+
[assembly: AssemblyMetadata("ModularPipelines.OptionsGenerator.GeneratedAt", "2026-04-19T03:16:51.5679367Z")]

src/ModularPipelines.Chocolatey/Options/ChocoApikeyOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Chocolatey/Options/ChocoCacheOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Chocolatey/Options/ChocoConfigOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Chocolatey/Options/ChocoExportOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Chocolatey/Options/ChocoFeatureOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Chocolatey/Options/ChocoFeaturesOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Chocolatey/Options/ChocoFindOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Chocolatey/Options/ChocoInfoOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

src/ModularPipelines.Chocolatey/Options/ChocoInstallOptions.Generated.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// Do not edit this file manually.
44
// </auto-generated>
55

6+
#nullable enable
7+
68
using System.CodeDom.Compiler;
79
using System.Diagnostics.CodeAnalysis;
810
using ModularPipelines.Attributes;

0 commit comments

Comments
 (0)