mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 19:56:38 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			414 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			414 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| package "bsatool"
 | |
| version "1.0"
 | |
| purpose "Inspect and extract files from Bethesda BSA archives"
 | |
| #usage "<usage>"
 | |
| #description "<description>"
 | |
| args "--unamed-opts=BSA-FILE -F bsatool_cmd -G"
 | |
| 
 | |
| option "extract" x "Extract file from archive" string optional
 | |
| option "long" l "Include extra information in archive listing" optional
 | |
| 
 | |
| text "\nIf no option is given, the default action is to list all files in the archive."
 |