Add TODOs to upload

This commit is contained in:
Lucien Greathouse
2019-01-07 14:13:02 -08:00
parent 99ea374fc5
commit 24a4099d82

View File

@@ -54,6 +54,9 @@ pub struct UploadOptions {
}
pub fn upload(options: &UploadOptions) -> Result<(), UploadError> {
// TODO: Support uploading models too
// TODO: Switch to uploading binary format?
info!("Looking for project at {}", options.fuzzy_project_path.display());
let project = Project::load_fuzzy(&options.fuzzy_project_path)?;