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

just: fix quotes #2466

Merged
merged 1 commit into from
Aug 1, 2024
Merged

just: fix quotes #2466

merged 1 commit into from
Aug 1, 2024

Conversation

rsteube
Copy link
Member

@rsteube rsteube commented Aug 1, 2024

fix #2465

@rsteube rsteube force-pushed the just-fix-quotes branch 4 times, most recently from a33a601 to 1685be1 Compare August 1, 2024 09:00
@rsteube rsteube merged commit 2d24ee5 into master Aug 1, 2024
6 checks passed
@rsteube rsteube deleted the just-fix-quotes branch August 1, 2024 09:09
@azzamsa
Copy link

azzamsa commented Aug 1, 2024

I wanted to learn where the root cause but this commit contains a lot of unrelated changes 😢

@rsteube
Copy link
Member Author

rsteube commented Aug 1, 2024

Just look at recipe.go.
The rest is an update to the flags.

I did a simple string split before using --list, but you got ='' in there as well which was included in the results:

esh ❯ just --list 
Available recipes:
    another service=''     # another
    image-start service='' # Run the container
    i service=''           # alias for `image-start`
    test

Now I'm parsing the json from --dump --dump-format json.

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.

just: don't add doble quote to command
2 participants