-
Notifications
You must be signed in to change notification settings - Fork 29
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
add methods column to table view #314
Conversation
dsc/src/subcommand.rs
Outdated
} | ||
|
||
methods = "get".to_string(); |
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.
Should probably still keep a check here for get
as the discussion of whether it must be mandatory might change in the future.
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.
That makes sense - what do you suggest checking?
The get field of the struct isn't optional so the is_some()
check doesn't apply.
PR Summary
Methods
to table view fordsc resource list
#309PR Context