Merge branch 'readme-flag' into 'master'
added flag See merge request mhart/DancingDroids!69
This commit is contained in:
		
						commit
						5fe6dfcb65
					
				@ -15,6 +15,7 @@ You can find more information in the [subject](https://framagit.org/mhart/Dancin
 | 
				
			|||||||
 -h, --help            Prints help information
 | 
					 -h, --help            Prints help information
 | 
				
			||||||
 -V, --version         Prints version information
 | 
					 -V, --version         Prints version information
 | 
				
			||||||
 -w, --random-world    Generate random world
 | 
					 -w, --random-world    Generate random world
 | 
				
			||||||
 | 
					 -r, --random 	       Generate random world with random robots
 | 
				
			||||||
 -f, --file <file>     Configuration file
 | 
					 -f, --file <file>     Configuration file
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
## Authors
 | 
					## Authors
 | 
				
			||||||
 | 
				
			|||||||
@ -216,7 +216,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
 | 
				
			|||||||
                .short("r")
 | 
					                .short("r")
 | 
				
			||||||
                .long("random")
 | 
					                .long("random")
 | 
				
			||||||
                .takes_value(false)
 | 
					                .takes_value(false)
 | 
				
			||||||
                .help("Generate random world"),
 | 
					                .help("Generate random world with random robots"),
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
        .get_matches();
 | 
					        .get_matches();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user