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
Currently you can almost write anything for command and parameter names inside the litr.toml. Those will first be validated on execution and some issues never (e.g. a parameter name with starting hyphen like ---progress are currently not validated). To ensure valid names and help the user early there should be a validation on reading the config file with feedback what is wrong.
One idea also could be to show the user a potential solution/valid name.
Also, command and parameter properties are only validated on execution, but should also be on calling litr --help.
Description
Currently you can almost write anything for command and parameter names inside the litr.toml. Those will first be validated on execution and some issues never (e.g. a parameter name with starting hyphen like
---progress
are currently not validated). To ensure valid names and help the user early there should be a validation on reading the config file with feedback what is wrong.One idea also could be to show the user a potential solution/valid name.
Also, command and parameter properties are only validated on execution, but should also be on calling
litr --help
.DoD
The text was updated successfully, but these errors were encountered: