chore: add myself to codeowners to watch modifications on parsing

This commit is contained in:
MartinFillon 2023-11-02 19:38:04 +01:00
parent 83f71cde23
commit 3ebed9c74f
No known key found for this signature in database
GPG key ID: 16DC898F53F94853

3
.github/CODEOWNERS vendored
View file

@ -50,3 +50,6 @@ completions/nush/* @PThorpe92
src/output/grid.rs @PThorpe92
src/output/grid_details.rs @PThorpe92
src/output/file_name.rs @PThorpe92
# Options parsing
src/options/* @MartinFillon