You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
414 B
Plaintext
12 lines
414 B
Plaintext
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."
|