mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-26 07:36:19 +00:00
Add TODOs to upload
This commit is contained in:
@@ -54,6 +54,9 @@ pub struct UploadOptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn upload(options: &UploadOptions) -> Result<(), UploadError> {
|
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());
|
info!("Looking for project at {}", options.fuzzy_project_path.display());
|
||||||
|
|
||||||
let project = Project::load_fuzzy(&options.fuzzy_project_path)?;
|
let project = Project::load_fuzzy(&options.fuzzy_project_path)?;
|
||||||
|
|||||||
Reference in New Issue
Block a user