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

Argument flag for user to specify data format on input/output #17

Closed
Tracked by #7
mrghosti3 opened this issue May 30, 2024 · 0 comments
Closed
Tracked by #7

Argument flag for user to specify data format on input/output #17

mrghosti3 opened this issue May 30, 2024 · 0 comments
Milestone

Comments

@mrghosti3
Copy link
Owner

mrghosti3 commented May 30, 2024

Would specify for the program what data format type for input/output data:

  • Compilation: when flag is specified, it will skip reading "magic bytes" and assume data is formatted as specified. If those arguments are not given than it resumes format detection via "magic bytes";
  • Decompilation: outputs data in a specified format (zlib/gzip if flags are given or if none than raw NBT).

Currently supported flags:

  • --gzip (alias -g) : for gzipped data
  • --zlib : for data archived in ZLib standart
@mrghosti3 mrghosti3 mentioned this issue May 30, 2024
13 tasks
@mrghosti3 mrghosti3 added this to the Iteration 3 milestone May 30, 2024
@mrghosti3 mrghosti3 changed the title Argument flag for user to specify data format on input/outpu Argument flag for user to specify data format on input/output May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant