Skip to content

Commit

Permalink
fix: add missing information to list of built-in parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Dec 31, 2023
1 parent fbf8619 commit c032ce6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down

0 comments on commit c032ce6

Please sign in to comment.