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

Add support for --raw/-r #23

Merged
merged 3 commits into from
Jan 19, 2025
Merged

Add support for --raw/-r #23

merged 3 commits into from
Jan 19, 2025

Conversation

cryptaliagy
Copy link
Owner

@cryptaliagy cryptaliagy commented Jan 17, 2025

Closes #22

Copy link
Contributor

@jxs jxs left a comment

Choose a reason for hiding this comment

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

Thanks for this! left a couple comments to clarify

@@ -37,7 +37,7 @@ jobs:
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash

- name: Install tq
run: cargo binstall -y tomlq
run: cargo binstall -y tomlq@0.1.6
Copy link
Contributor

Choose a reason for hiding this comment

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

this is a left over used to test right?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yeah, this is used to make sure there's no problems with the actual release of this version. After doing the release I'll be unpinning it

src/bin/tq.rs Outdated Show resolved Hide resolved
src/bin/tq.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@jxs jxs left a comment

Choose a reason for hiding this comment

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

ups, noticed this followed in duplicated, sorry.

cryptaliagy and others added 2 commits January 18, 2025 09:16
Co-authored-by: João Oliveira <hello@jxs.pt>
Co-authored-by: João Oliveira <hello@jxs.pt>
Copy link
Contributor

@jxs jxs left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks!

@cryptaliagy cryptaliagy merged commit c4a785c into main Jan 19, 2025
5 checks passed
@cryptaliagy cryptaliagy deleted the nmaximo/addRaw branch January 19, 2025 18:36
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.

Different output behaviour since 0.2.0 regarding quotes
2 participants