-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Add a cookbook entry for an enum validator #2695
[DOC] Add a cookbook entry for an enum validator #2695
Conversation
Signed-off-by: Lydia Buntrock <[email protected]>
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/seqan/seqan3/bv6741itxzir5mBRbZPM26P8X5Ew |
Codecov Report
@@ Coverage Diff @@
## master #2695 +/- ##
=======================================
Coverage 98.23% 98.23%
=======================================
Files 276 276
Lines 10885 10885
=======================================
Hits 10693 10693
Misses 192 192
Continue to review full report at Codecov.
|
Signed-off-by: Lydia Buntrock <[email protected]>
cc0998b
to
7ef47e4
Compare
Signed-off-by: Lydia Buntrock <[email protected]>
@Irallia Can this be moved to sharg? Also (I quickly skimmed the code), coudn't the same be achieved with a |
We would like to move this to the sharg parser: seqan/sharg-parser#87 |
After creating my own enum validator in iGenVar, has @eseiler suggested to add this as a cookbook entry into the seqan3 documentation.
I have collected all the necessary changes for this pr and put them together in a single file.