You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supports any type with a `Parse()` method or constructor that takes a string. | Supports a limited number of types, and requires custom conversion methods for others.
196
191
Supports automatic prefix aliases. | Does not support automatic prefix aliases.
197
192
Does not support middleware or dependency injection. | Supports middleware and dependency injection.
193
+
Does not support tab completion or response files | Supports tab completion and response files.
198
194
Fully released with a stable API between major releases. | Still in preview.
199
195
200
196
These are by no means the only differences. Both are highly customizable, and each has its pros and
201
-
cons. In the end, it mostly comes down to personal preference. You should use whichever one suits
202
-
your needs and coding style best.
197
+
cons. Both support trimming and native AOT. In the end, it mostly comes down to personal preference.
198
+
You should use whichever one suits your needs and coding style best.
203
199
204
200
## More information
205
201
206
202
Please check out the following to get started:
207
203
208
204
-[Tutorial: getting started with Ookii.CommandLine](docs/Tutorial.md)
209
-
-[Migrating from Ookii.CommandLine 2.x / 3.x](docs/Migrating.md)
205
+
-[What's new in Ookii.CommandLine](docs/ChangeLog.md)
206
+
-[Migrating from previous versions](docs/Migrating.md)
0 commit comments