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

Recognize --developer CLI flag and don't exit giving usage ([#185]) #216

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

ksedgwic
Copy link
Collaborator

CLBOSS did not know the --developer flag and generated a usage message and exited. Fixed with:

  • recognize and consume the developer flag, no actions for now
  • print unrecognized options to std::cerr

Fixes ([#185])

…xj#185])

CLBOSS did not know the `--developer` flag and generated a usage
message and exited.  Fixed with:
- recognize and consume the `developer` flag, no actions for now
- print unrecognized options to std::cerr

Fixes ([ZmnSCPxj#185])
Copy link
Contributor

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

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

ACK e839c2a

Thanks for doing it

@ksedgwic ksedgwic merged commit a8ca8ca into ZmnSCPxj:master Jun 17, 2024
1 check passed
@farscapian
Copy link

I can confirm that this change has resolved the issue I was seeing with LNPlay, which relies on the --developer flag.

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.

None yet

3 participants