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 JSON files as candidates for Bash completion of --target. #4

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

sago35
Copy link
Owner

@sago35 sago35 commented Jan 24, 2025

Before the fix, selecting ./ would display nothing, but after the fix, it works correctly.
Additionally, as a side effect, it now works at a basic level in zsh as well.

before

$ tinygo flash --target ./targets/

after

$ tinygo flash --target ./targets/
testboard.json  zero-kb02.json

@sago35 sago35 merged commit dec0390 into main Jan 24, 2025
3 checks passed
@sago35 sago35 deleted the targets-bash branch January 24, 2025 12:41
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.

1 participant