Browse Source

Add TODOs for repo creation

Samuel W. Flint 3 years ago
parent
commit
7860b500bf
1 changed files with 3 additions and 0 deletions
  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: {}",