Skip to content

Commit a53d17d

Browse files
committed
Add missing using
1 parent d6f9e5f commit a53d17d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dotnet-grpc/Commands/AddFileCommand.cs

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
using System;
2020
using System.CommandLine;
2121
using System.CommandLine.Invocation;
22+
using System.CommandLine.Parsing;
2223
using Grpc.Dotnet.Cli.Internal;
2324
using Grpc.Dotnet.Cli.Options;
2425
using Grpc.Dotnet.Cli.Properties;

0 commit comments

Comments
 (0)