From c032ce65a4051a83c4ee51ec8ec89a6aa8c19bc4 Mon Sep 17 00:00:00 2001 From: Octol1ttle Date: Sun, 31 Dec 2023 16:09:53 +0500 Subject: [PATCH] fix: add missing information to list of built-in parsers --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0acd495..e6b75cd 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ create parsers that fetch entities from a database, that look things up online, that integrate with the rest of your application seamlessly... the possibilities are endless! -By default, Remora.Commands provides builtin parsers for the following types: +By default, Remora.Commands provides built-in parsers for the following types: * `string` * `char` * `bool` @@ -233,8 +233,12 @@ By default, Remora.Commands provides builtin parsers for the following types: * `double` * `decimal` * `BigInteger` + * `TimeSpan` + * `DateTime` * `DateTimeOffset` +Remora.Commands can also parse any enum without the need for a custom parser! + ## Multiple trees If your application requires different sets of commands for different contexts, you can register multiple separate trees and selectively execute commands from