mirror of
https://github.com/MidnightBlueLabs/tetra-bluestation.git
synced 2026-03-29 05:09:51 +00:00
Version 0.5.6, final tweaks to new soapy config
Config file should now be version 0.6 Slight tweaks to example config Program now prints version number on startup Formatting changes
This commit is contained in:
@@ -92,9 +92,9 @@ fn main() {
|
||||
eprintln!("░▀█▀░█▀▀░▀█▀░█▀▄░█▀█░░░░░█▀▄░█░░░█░█░█▀▀░█▀▀░▀█▀░█▀█░▀█▀░▀█▀░█▀█░█▀█");
|
||||
eprintln!("░░█░░█▀▀░░█░░█▀▄░█▀█░▄▄▄░█▀▄░█░░░█░█░█▀▀░▀▀█░░█░░█▀█░░█░░░█░░█░█░█░█");
|
||||
eprintln!("░░▀░░▀▀▀░░▀░░▀░▀░▀░▀░░░░░▀▀░░▀▀▀░▀▀▀░▀▀▀░▀▀▀░░▀░░▀░▀░░▀░░▀▀▀░▀▀▀░▀░▀\n");
|
||||
eprintln!(" Wouter Bokslag / Midnight Blue");
|
||||
eprintln!(" -> https://github.com/MidnightBlueLabs/tetra-bluestation");
|
||||
eprintln!(" -> https://midnightblue.nl\n");
|
||||
eprintln!(" Wouter Bokslag / Midnight Blue");
|
||||
eprintln!(" https://github.com/MidnightBlueLabs/tetra-bluestation");
|
||||
eprintln!(" Version: {}", tetra_core::STACK_VERSION);
|
||||
|
||||
let args = Args::parse();
|
||||
let mut cfg = load_config_from_toml(&args.config);
|
||||
|
||||
Reference in New Issue
Block a user