From 3f4531b61556720fc655edbc9c5c3283fe3a9a8b Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai <46207+neuecc@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:13:26 +0900 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index ec61f9b..6f9d784 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -970,6 +970,10 @@ internal class ServiceProviderScopeFilter(IServiceProvider serviceProvider, Cons However, since the construction of the filters is performed before execution, automatic injection using scopes is only effective for the command body itself. +Colorize +--- +The framework doesn't support colorization directly; however, utilities like [Cysharp/Kokuban](https://github.com/Cysharp/Kokuban) make console colorization easy. + Publish to executable file --- There are multiple ways to run a CLI application in .NET: