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

Adding a Basic CLI Interface #161

Merged
merged 3 commits into from
Sep 26, 2023
Merged

Adding a Basic CLI Interface #161

merged 3 commits into from
Sep 26, 2023

Conversation

AsherGlick
Copy link
Owner

Allows for interacting on a very basic level with the xml_converter via the CLI instead of needing to hardcode paths in.
There are still some issues, such as segfaulting on incorrect directories, but those issues are not introduced in this change.

Example Usage:

./xml_converter --input-path ../packs/marker_pack --output-path ../output_packs
./xml_converter --input-path ../packs/*/ --output-path ../output_packs

the */ might be necessary to only include directories and not .taco or .zip files to prevent the aforementioned segfaults (which will be corrected later).

@AsherGlick AsherGlick merged commit 097b04e into xml_converter Sep 26, 2023
2 checks passed
@AsherGlick AsherGlick deleted the build_basic_cli branch September 27, 2023 06:35
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

Successfully merging this pull request may close these issues.

2 participants