From 434145ad092b91d9645b1e583af8cf33a691a0ff Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Wed, 31 Jan 2024 14:12:11 +0000 Subject: [PATCH] chore: fix merge issue --- src/Explore.Cli/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Explore.Cli/Program.cs b/src/Explore.Cli/Program.cs index cda2060..5c1b2ac 100644 --- a/src/Explore.Cli/Program.cs +++ b/src/Explore.Cli/Program.cs @@ -10,7 +10,6 @@ internal class Program { public static async Task Main(string[] args) { - import-postman-collection var rootCommand = new RootCommand { Name = "Explore.CLI",