We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b8b49 commit 6eb05e8Copy full SHA for 6eb05e8
1 file changed
DESIGN.md
@@ -133,8 +133,10 @@ this makes delegating to plugins in a cooperative way more challenging.
133
In reviewing lexopt's API:
134
- Error handling is included in the API in a way that might make evolution difficult
135
- Escapes aren't explicitly communicated which makes communal parsing more difficult
136
+- lexopt builds in specific option-value semantics
137
-TODO: there were other points that felt off to me about lexopt's API wrt API stability but I do not recall what they are
138
+And in general we will be putting the parser in the libtest-next's API and it will be a fundamental point of extension.
139
+Having complete control helps ensure the full experience is cohesive.
140
141
### Decision: `Short(&str)`
142
0 commit comments