Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbilas committed Aug 26, 2024
1 parent 56580f1 commit 52f12b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/Stale.Cli/StaleApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
using Color = Spectre.Console.Color;
using Size = System.Drawing.Size;

class CliExitException : Exception
{
public CliExitException(string message)
: base(message) {}
}
sealed partial class StaleCliArguments; // make analyzer happy

class CliExitException(string message) : Exception(message);

readonly struct StaleOptions
{
Expand Down
1 change: 1 addition & 0 deletions src/Stale.Cli/StaleCli.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Globalization;
using DocoptNet;
using Spectre.Console;
using Vezel.Cathode.IO;

const string programVersion = "0.1";

Expand Down
1 change: 0 additions & 1 deletion src/Stale.Cli/StaleCliArguments.cs

This file was deleted.

0 comments on commit 52f12b2

Please sign in to comment.