Azure / azure-functions-powershell-library

MIT License
2 stars 3 forks source link

Add support for Piping #18

Closed Francisco-Gamino closed 2 years ago

Francisco-Gamino commented 2 years ago

Example:

dir path | Get-FunctiosMetadata 
andystaples commented 2 years ago

Done, changed the input parameter to be a DirectoryInfo object and set that parameter to the default input for piped objects.