|  | @@ -8,11 +8,6 @@ use std::process::{exit};
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  fn main() {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    // TODO parse args
 | 
	
		
			
				|  |  | -    // Pass (optional) config file loc from them
 | 
	
		
			
				|  |  | -    // Get config
 | 
	
		
			
				|  |  | -    // Overlay other options from config struct
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |      // Argument handling
 | 
	
		
			
				|  |  |      let mut config_location = config::default_config_file();
 | 
	
		
			
				|  |  |      let config_help = format!("Config file location, default {}", config_location);
 |