Explorar el Código

Add TODOs for repo creation

Samuel W. Flint hace 3 años
padre
commit
7860b500bf
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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: {}",