コード例 #1
0
            protected override async Task <int> OnExecuteAuthenticatedAsync(QBittorrentClient client, CommandLineApplication app, IConsole console)
            {
                var path = await client.GetDefaultSavePathAsync();

                console.WriteLineColored(path, ColorScheme.Current.Normal);
                return(ExitCodes.Success);
            }