Skip to content
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

Merged
merged 6 commits into from Feb 20, 2024

Conversation

tgauth
Copy link
Collaborator

@tgauth tgauth commented Feb 8, 2024

PR Summary

PR Context

  • add methods column to table view listing supported commands

dsc/src/subcommand.rs Show resolved Hide resolved
}

methods = "get".to_string();
Copy link
Member

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.

Copy link
Collaborator Author

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.

dsc/src/subcommand.rs Outdated Show resolved Hide resolved
dsc_lib/src/dscresources/resource_manifest.rs Outdated Show resolved Hide resolved
@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Feb 20, 2024
Merged via the queue into PowerShell:main with commit 2f4670c Feb 20, 2024
4 checks passed
@tgauth tgauth deleted the add-methods-table-view branch March 6, 2024 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants