Skip to content

Commit 652b1c9

Browse files
committed
cleanup
1 parent ec190c2 commit 652b1c9

3 files changed

Lines changed: 1 addition & 75 deletions

File tree

src/initialize_everything.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ const CONTENT_JSON_CONFIG: &str = r#"{
1616
"externalURL": "{external_url}",
1717
"githubURL": "{github_url}",
1818
"madeByURL": "{made_by_url}",
19-
}
20-
"#;
19+
}"#;
2120

2221
pub fn init_yes(
2322
path_to_logo: &str,

src/main.rs

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,6 @@ fn main() {
1515
let github_url = input("Input the Github URL", &false, "https://github.com/...");
1616
let made_by_url = input("Input the person/team who made the script/mod URL", &false, "https://...");
1717

18-
println!("/=/= Final results =\\=\\
19-
-> Logo Path: {}
20-
-> Banner Path: {}
21-
-> Readme: Create this yourself later in a text editor!
22-
-> Config:
23-
-> Open Source: {}
24-
-> Messes with computer: {}
25-
-> Title: {}
26-
-> Short Description: {}
27-
-> Made By: {}
28-
-> Download URL: {}
29-
-> External URL: {}
30-
-> Github URL: {}
31-
-> Made By URL: {}",
32-
path_to_logo,
33-
path_to_banner,
34-
is_open_source,
35-
can_mess_with_computer,
36-
title,
37-
description,
38-
made_by,
39-
download_url,
40-
external_url,
41-
github_url,
42-
made_by_url,
43-
);
44-
4518
let path_to_export = input("Where should we export it?", &true, "FULL PATH. ADD / AT THE END");
4619
let continue_question = boolean("Do you wish to continue?");
4720

src/question_prompt.rs

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)