mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 21:48:03 +03:00
badmerge
This commit is contained in:
parent
f2f44a3d2f
commit
204c73cf76
2
main.rs
2
main.rs
@ -112,7 +112,7 @@ fn get_input(prompt: &str, default: &str) -> String {
|
|||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let host = get_input(&format!("Host (default: {}) > ", DEFAULT_HOST), DEFAULT_HOST);
|
let host = get_input(&format!("Host (default: {}) > ", DEFAULT_HOST), DEFAULT_HOST);
|
||||||
let prefix = get_input("Prefix (default: none) > ", "");
|
let name = get_input("Name (default: none) > ", "");
|
||||||
|
|
||||||
thread::spawn({
|
thread::spawn({
|
||||||
let host = host.clone();
|
let host = host.clone();
|
||||||
|
Loading…
Reference in New Issue
Block a user