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

Make Path and LiteralPath parameters work like they do for Item cmdlets #696

Open
sdwheeler opened this issue Oct 21, 2024 · 0 comments
Open
Labels
Issue-Enhancement Issue is more of a feature request than a bug Needs-Triage The issue is new and needs to be triaged by a work group.

Comments

@sdwheeler
Copy link
Collaborator

Summary of the new feature / enhancement

The Path paramter needs to allow pipeline input and the LiteralPath parameter need aliases and pipeline input. We should match the configuration of the Item cmdlets.

-Path

Aliases : {}
ValueFromPipeline               : True
ValueFromPipelineByPropertyName : True

-LiteralPath

Aliases : {PSPath, LP}
ValueFromPipeline               : False
ValueFromPipelineByPropertyName : True

Proposed technical implementation details (optional)

The current implementation of these parameters does not match.

@sdwheeler sdwheeler added Issue-Enhancement Issue is more of a feature request than a bug Needs-Triage The issue is new and needs to be triaged by a work group. labels Oct 21, 2024
@sdwheeler sdwheeler added this to the Planned for V1 milestone Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement Issue is more of a feature request than a bug Needs-Triage The issue is new and needs to be triaged by a work group.
Projects
None yet
Development

No branches or pull requests

1 participant