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

Fix - flag for moonc #432

Merged
merged 4 commits into from
Nov 4, 2022
Merged

Fix - flag for moonc #432

merged 4 commits into from
Nov 4, 2022

Conversation

natnat-mc
Copy link
Contributor

@natnat-mc natnat-mc commented Dec 29, 2020

moonc currently tells argparse to expect -, but actually checks for -- on the cli, which breaks moonc -; this PR fixes this and forces - to be the only argument (like -h tells us) (fixes #431)

`moonc` currently tells argparse to expect `-`, but actually checks for `--` on the cli, which breaks `moonc -`; this should in theory fix this
@natnat-mc
Copy link
Contributor Author

(this is for #431)

@qaisjp
Copy link
Sponsor Contributor

qaisjp commented Dec 29, 2020

If you put the term "Fixes #431" in your main pull request comment, GitHub will automatically link the PR with that issue and auto-close the issue if this PR is merged.

@natnat-mc
Copy link
Contributor Author

If you put the term "Fixes #431" in your main pull request comment, GitHub will automatically link the PR with that issue and auto-close the issue if this PR is merged.

huh i thought it only worked in commit messages, done

@leafo leafo merged commit 1a68425 into leafo:master Nov 4, 2022
@leafo
Copy link
Owner

leafo commented Nov 4, 2022

Thanks

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.

"Read from stdin" broken in moonc
3 participants