-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
designAPI DesignAPI Design
Description
Presently the logic to parse types is hardcoded https://github.com/juancarlospaco/cliche/blob/nim/src/cliche.nim#L122-L139 . Is there any specific reason this does not use a generic interface like the following?
proc parseCommand[T](input: openarray[char]): TThis would enable support for any user type, without any added support from you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
designAPI DesignAPI Design