From 4ca3d56f0fe1c374bc32725945653abb09941bd4 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 11 Sep 2023 19:18:44 -0700 Subject: [PATCH] upload comments --- src/main.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main.rs b/src/main.rs index fba58ea..c9ad47a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -204,6 +204,10 @@ fn replace() -> Result<(), Box>{ Ok(()) } fn upload() -> Result<(), Box>{ + //interactive prompt per upload: + //Creator: [auto fill creator] + //DisplayName: [auto fill DisplayName] + //id: ["New" for blank because of my double enter key] // std::process::Command::new("rbxcompiler") // .arg("--compile=false") // .arg("--group=6980477")