add command works ,fix warnings, proxy repaired, docker start arguments defined
This commit is contained in:
11
src/config.rs
Normal file
11
src/config.rs
Normal file
@ -0,0 +1,11 @@
|
||||
pub struct Config {
|
||||
pub config_path: String
|
||||
}
|
||||
|
||||
impl Config {
|
||||
pub fn load() -> Self {
|
||||
Self {
|
||||
config_path: "/home/tom/desktop/rust/yo_mama/servers".to_string() // that's my program I do what I want
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user