Ejemplo n.º 1
0
            protected override async Task <int> OnExecuteAuthenticatedAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
            {
                await client.CreateTagsAsync(Tags);

                return(ExitCodes.Success);
            }