Skip to content

Commit

Permalink
Remove option
Browse files Browse the repository at this point in the history
Will possibly generate every time in readme file
  • Loading branch information
ErikEJ committed Dec 19, 2023
1 parent 864290c commit 355d91f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion src/GUI/efcpt.7/HostedServices/ScaffoldHostedService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using ErikEJ.EFCorePowerTools.Services;
using RevEng.Common;
using RevEng.Common.Cli;
using RevEng.Common.Cli.VsCode;
using RevEng.Core;
using Spectre.Console;

Expand Down
7 changes: 0 additions & 7 deletions src/GUI/efcpt.7/Options/OutputType.cs

This file was deleted.

6 changes: 0 additions & 6 deletions src/GUI/efcpt.7/Options/ScaffoldOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ internal sealed class ScaffoldOptions
HelpText = $"Full pathname to the {Constants.ConfigFileName} file, default is '{Constants.ConfigFileName}' in currrent directory")]
public FileInfo ConfigFile { get; set; }

[Option(
't',
"type",
HelpText = "Type of output, defaults to C# code, can be 'csharp' or 'diagram'")]
public OutputType Type { get; set; }

public bool IsDacpac => ConnectionString?.EndsWith(".dacpac", StringComparison.OrdinalIgnoreCase) ?? false;
}
#pragma warning restore CA1812 // Avoid uninstantiated internal classes

0 comments on commit 355d91f

Please sign in to comment.