File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ private static void AppMain(object o)
5252 app . RegisterCommand ( new CredentialsCommand ( context ) ) ;
5353 app . RegisterCommand ( new OAuthCommand ( context ) ) ;
5454
55- // Run!
5655 int exitCode = app . RunAsync ( args )
5756 . ConfigureAwait ( false )
5857 . GetAwaiter ( )
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ public static void Main(string[] args)
3939 app . RegisterProvider ( new GitHubHostProvider ( context ) , HostProviderPriority . Normal ) ;
4040 app . RegisterProvider ( new GenericHostProvider ( context ) , HostProviderPriority . Low ) ;
4141
42- // Run!
4342 int exitCode = app . RunAsync ( args )
4443 . ConfigureAwait ( false )
4544 . GetAwaiter ( )
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ private static void AppMain(object o)
5151 app . RegisterCommand ( new CredentialsCommand ( context ) ) ;
5252 app . RegisterCommand ( new TwoFactorCommand ( context ) ) ;
5353
54- // Run!
5554 int exitCode = app . RunAsync ( args )
5655 . ConfigureAwait ( false )
5756 . GetAwaiter ( )
You can’t perform that action at this time.
0 commit comments