Skip to content

Commit

Permalink
refactor: Update CLIRunner class to be static
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Jul 12, 2024
1 parent cfc2719 commit 154c8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Devantler.CLIRunner/CLIRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Devantler.CLIRunner;
/// <summary>
/// A class to run CLI commands and capture their output.
/// </summary>
public class CLIRunner()
public static class CLIRunner
{
/// <summary>
/// Run a CLI command and capture its output.
Expand Down

0 comments on commit 154c8d4

Please sign in to comment.