-
Notifications
You must be signed in to change notification settings - Fork 217
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
Revise help text for pool metadata source CLI option #2241
Conversation
Noticed while reviewing IntersectMBO/cardano-launcher#90. - Fix variable names to reflect the new option - Add more detail to CLI help text
lib/cli/src/Cardano/CLI.hs
Outdated
<> "Provide a URL to specify a SMASH metadata proxy server, " | ||
<> "use \"direct\" to fetch directly from the registered pool URLs," | ||
<> " or \"none\" to completely disable stake pool metadata. " | ||
<> "This setting will persist across restarts.") |
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.
Perhaps: "This setting will persist across restarts AND override any previous setting set via this option or via the API." ?
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.
I'm starting to think it was a bad idea to keep the cli switch. It's confusing. Now someone might still think it pins the setting or something.
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.
I think it's fine to have a sticky setting like this. Makes sense to me. Anyway, our users are likely to either configure this by the CLI, or by API, but not both.
Reworded a bit more.
bors merge |
Build succeeded: |
Issue Number
ADP-482
Overview
Noticed while reviewing IntersectMBO/cardano-launcher#90.