Skip to content

Commit

Permalink
Make Main signature consistent (#40614)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdykstra authored Apr 25, 2024
1 parent 8339cbe commit 85428ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace scl;

class Program
{
static int Main(string[] args)
static async Task<int> Main(string[] args)
{
var fileOption = new Option<FileInfo?>(
name: "--file",
Expand Down

0 comments on commit 85428ab

Please sign in to comment.