-
Notifications
You must be signed in to change notification settings - Fork 139
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
standardize roles
CLI
#813
Comments
@plebhash is CLI the only way we expect users to interact with the
I wonder if there is a previous discussion you could link me to? thanks |
right now, the only way to interact with the roles is to give them a path to a here's a discussion on the topic #857 |
#937 closed for future consideration of this issue. |
Related: #1058 |
context
Stratum Reference Implementation
implies that the community will look at our roles to understand how to implement one.therefore, code readability on the application level of the SRI stack (
roles
) implementations is a requirementproblem
all crates under
roles
follow a similar pattern for CLI args parsing, but each with slightly different approaches, making them clumsy to navigate and reason aboutproposal
standardizing coding patterns across all roles CLI is essential for code readability
The text was updated successfully, but these errors were encountered: