mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:22:44 +00:00 
			
		
		
		
	mkdir: Use ArgParser, support creating multiple directories
This commit is contained in:
		
							parent
							
								
									8d419c1915
								
							
						
					
					
						commit
						6fd7966d81
					
				
					 2 changed files with 18 additions and 17 deletions
				
			
		|  | @ -1,16 +1,16 @@ | |||
| ## Name | ||||
| 
 | ||||
| mkdir - create a directory | ||||
| mkdir - create directories | ||||
| 
 | ||||
| ## Synopsis | ||||
| 
 | ||||
| ```**sh | ||||
| $ mkdir path | ||||
| $ mkdir directories... | ||||
| ``` | ||||
| 
 | ||||
| ## Description | ||||
| 
 | ||||
| Create a new empty directory at the given *path*. | ||||
| Create a new empty directory for each of the given *directories*. | ||||
| 
 | ||||
| ## Examples | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Linus Groh
						Linus Groh