-
Notifications
You must be signed in to change notification settings - Fork 125
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
Investigate and update CLI #3163
Comments
Should we continue using
|
Investigate whether or not we still require TOML parsing. For context, none of the other nodes (substrate, smoldot) support this.Currently, the project has very few settings that seems unlikely to change. The TOML config file is mostly used to define path to a chain’s genesis file. It is definitely underused. However, it does provide the following benefits:
Although, our TOML config is underused at the moment, I feel it could be beneficial in the long run. |
I discussed this with Ed and went through the current implementation of the cli and the config management. We both felt it could use a refactor to make it more readable and maintainable. Here are the changes that’ll need to be done as part of the refactor:
I have started working on it! |
Gotta add my 2 cents to this:
|
Update: We have replaced Pending tasks:
|
Closing this and tracking the further improvements in #3590 |
Issue summary
urfave
to the latest versionurfave
.Other information and links
The text was updated successfully, but these errors were encountered: