Exemple #1
0
            protected override async Task <int> OnExecuteAuthenticatedAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
            {
                var info = await client.GetGlobalTransferInfoAsync();

                Print(new GlobalTransferInfoViewModel(info));
                return(ExitCodes.Success);
            }