Merge commit '266e96785a
' into sync_cg_clif-2022-10-23
This commit is contained in:
commit
e54a13f18b
45 changed files with 1041 additions and 634 deletions
|
@ -1,4 +1,5 @@
|
|||
use std::{fs, process};
|
||||
use std::fs;
|
||||
use std::process;
|
||||
|
||||
fn load_config_file() -> Vec<(String, Option<String>)> {
|
||||
fs::read_to_string("config.txt")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue