-
Notifications
You must be signed in to change notification settings - Fork 77
Add config saving to payjoin-cli #947
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
base: master
Are you sure you want to change the base?
Conversation
Pull Request Test Coverage Report for Build 17533798681Details
💛 - Coveralls |
835f837 to
e6760ab
Compare
e6760ab to
aaecfaa
Compare
e3cf58d to
aed6dcf
Compare
832d071 to
a1095b0
Compare
benalleng
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, so there have been some big changes since my first review after #957 I think it is safe to now use the latest toml version now 0.9.5 https://crates.io/crates/toml/0.9.5
As well I found that testing it was difficult to grok how it was supposed to be used perhaps a brief section in the payjoin-cli configuration readme section about this option would be helpful
This Pr adds the ability to save config files for V2 to payjoin-cli . This is introduced via a set-config commandline arg that only works for v2 and when the right set of supporting args is present . fix poor merge conflict resolve update payjoin-cli docs for --set-config
a1095b0 to
8d94c1c
Compare
Summary
This Pr adds the ability to save commandline arguement relevant to the config file into a config.toml file in the present directory if anyone exist or into the default xdg-compliant directory .
This pr close #896