Skip to content
New issue

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

extract-xiso compatibility mode #9

Open
antangelo opened this issue Apr 16, 2023 · 0 comments
Open

extract-xiso compatibility mode #9

antangelo opened this issue Apr 16, 2023 · 0 comments
Labels
enhancement New feature or request xdvdfs-cli Relating to the xdvdfs command-line frontend

Comments

@antangelo
Copy link
Owner

antangelo commented Apr 16, 2023

Would be nice to have an extract-xiso compatibility mode so that xdvdfs can be used as a drop-in replacement in scripts/tooling.

At minimum should provide the main modes: -x, -l and -c. -r is a nice-to-have, but xdvdfs does not support that functionality natively yet. Options are also a nice-to-have.

Interface-wise, I have a couple ideas:

  1. Support these flags at top level, such that swapping extract-xiso for xdvdfs in any command will work (e.g. extract-xiso -c bin can become xdvdfs -c bin). This can also be done by checking if the binary name is extract-xiso.
  2. Add a extract-xiso subcommand that supports these flags, such that swapping extract-xiso for xdvdfs extract-xiso will work (e.g. extract-xiso -c bin can become xdvdfs extract-xiso -c bin).

I personally think that either the second option or checking the executable name is cleaner overall.

@antangelo antangelo added the enhancement New feature or request label Nov 3, 2023
@antangelo antangelo added the xdvdfs-cli Relating to the xdvdfs command-line frontend label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request xdvdfs-cli Relating to the xdvdfs command-line frontend
Projects
None yet
Development

No branches or pull requests

1 participant