You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I want to setup a Kaspa node in a cloud-native environment, I have to define command line argument which are painful to manage independently.
Describe the solution you'd like
I'd like parapeters populated from clap to consume corresponding environment variable as a fallback.
Describe alternatives you've considered
Manage parameters as a CLI arguments
Additional context
There is a built-in clap method, document here that allows that use-case