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)
52
52
app . RegisterCommand ( new CredentialsCommand ( context ) ) ;
53
53
app . RegisterCommand ( new OAuthCommand ( context ) ) ;
54
54
55
- // Run!
56
55
int exitCode = app . RunAsync ( args )
57
56
. ConfigureAwait ( false )
58
57
. GetAwaiter ( )
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ public static void Main(string[] args)
39
39
app . RegisterProvider ( new GitHubHostProvider ( context ) , HostProviderPriority . Normal ) ;
40
40
app . RegisterProvider ( new GenericHostProvider ( context ) , HostProviderPriority . Low ) ;
41
41
42
- // Run!
43
42
int exitCode = app . RunAsync ( args )
44
43
. ConfigureAwait ( false )
45
44
. GetAwaiter ( )
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ private static void AppMain(object o)
51
51
app . RegisterCommand ( new CredentialsCommand ( context ) ) ;
52
52
app . RegisterCommand ( new TwoFactorCommand ( context ) ) ;
53
53
54
- // Run!
55
54
int exitCode = app . RunAsync ( args )
56
55
. ConfigureAwait ( false )
57
56
. GetAwaiter ( )
You can’t perform that action at this time.
0 commit comments