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

1299 Add CLI option for converting files to TOML #1741

Merged
merged 5 commits into from
Dec 1, 2023
Merged

Conversation

rprospero
Copy link
Contributor

This adds a command line option (--to-toml) to convert a file into the TOML format.

Closes #1299

@rprospero rprospero added 2 DIfficulty: 2 TOML Deals with the conversion of custom file formats into TOML labels Nov 30, 2023
@rprospero rprospero requested a review from trisyoungs November 30, 2023 15:34
Copy link
Member

@trisyoungs trisyoungs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

src/main.cpp Outdated Show resolved Hide resolved
@rprospero rprospero merged commit db8cade into develop Dec 1, 2023
7 checks passed
@rprospero rprospero deleted the 1299_to_toml_cli branch December 1, 2023 16:47
rprospero added a commit that referenced this pull request Mar 11, 2024
rprospero added a commit that referenced this pull request Apr 8, 2024
rprospero added a commit that referenced this pull request Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 DIfficulty: 2 TOML Deals with the conversion of custom file formats into TOML
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add command line option for converting input file
2 participants