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

RPC: Allow signed values in raw command line #6675

Closed
wants to merge 1 commit into from

Conversation

ddustin
Copy link
Collaborator

@ddustin ddustin commented Sep 13, 2023

without the need to use the -k explicit keys and values mode.

ChangeLog-Added: Allow negative values for splice-out to use the raw command line without needing the use of explicit key/value -k option.

Fixes #6612

without the need to use the -k explicit keys and values mode.

ChangeLog-Added: Allow negative values for splice-out to use the raw command line without needing the use of explicit key/value -k option.
@rustyrussell
Copy link
Contributor

rustyrussell commented Sep 14, 2023

No, this is what the standard -- is for (end argument processing). -number options are totally valid, though we don't currently have any.

@Sjors
Copy link
Contributor

Sjors commented Sep 14, 2023

I'm fine with using -- too, as long as the documentation has an example.

@ddustin
Copy link
Collaborator Author

ddustin commented Sep 14, 2023

Will add the -- method to the documentation

@ddustin ddustin closed this Sep 14, 2023
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.

Passing negative amount to splice_init fails with unrecognized option
3 participants