We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be great if objexport <path_to_dir_or_dat_file> could be implemented.
Example usage: objexport /path/to/dir /output/dir would export all dat files in the specified directory (as it currently does)
objexport /path/to/dir /output/dir
objexport /path/to/datfile.dat /output/dir would export only the specified dat file.
objexport /path/to/datfile.dat /output/dir
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be great if objexport <path_to_dir_or_dat_file> could be implemented.
Example usage:
objexport /path/to/dir /output/dir
would export all dat files in the specified directory (as it currently does)
objexport /path/to/datfile.dat /output/dir
would export only the specified dat file.
The text was updated successfully, but these errors were encountered: