瀏覽代碼

chore: add myself to codeowners to watch modifications on parsing

MartinFillon 2 年之前
父節點
當前提交
3ebed9c74f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .github/CODEOWNERS

+ 3 - 0
.github/CODEOWNERS

@@ -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