Skip to content

Commit

Permalink
Movving field to top.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Feb 1, 2024
1 parent 82c3d3d commit 8b01814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lombiq.Hosting.MediaTheme.Deployer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ public class CommandLineOptions

internal static partial class Program
{
internal static readonly string[] FeaturesToEnable = ["Lombiq.Hosting.MediaTheme.Bridge", "Lombiq.Hosting.MediaTheme"];

public static Task Main(string[] args) =>
Parser.Default.ParseArguments<CommandLineOptions>(args)
.WithNotParsed(HandleParseError)
Expand Down Expand Up @@ -102,8 +104,6 @@ private static async Task RunOptionsAsync(CommandLineOptions options)
}
}

internal static readonly string[] FeaturesToEnable = ["Lombiq.Hosting.MediaTheme.Bridge", "Lombiq.Hosting.MediaTheme"];

private static async Task RunOptionsInnerAsync(CommandLineOptions options)
{
// Creating directory for the deployment.
Expand Down

0 comments on commit 8b01814

Please sign in to comment.