瀏覽代碼

Add TODOs for repo creation

Samuel W. Flint 3 年之前
父節點
當前提交
7860b500bf
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/lib/repotype.rs

+ 3 - 0
src/lib/repotype.rs

@@ -15,6 +15,9 @@ pub struct RepoType {
     outward: String,
 }
 
+// TODO add creation
+// TODO add configuration
+
 impl fmt::Display for RepoType {
     fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
         write!(f, "Repository type {}:\n\t\"{}\"\n\tCreation Command: {}\n\tInward Sync: {}\n\tOutward Sync: {}",