GithubProvider icon indicating copy to clipboard operation
GithubProvider copied to clipboard

Support for -Depth parameter

Open vors opened this issue 10 years ago • 0 comments

Since network is not very fast, -Depth parameter become very handy for explorations, i.e. to get all LICENSE files in your org and so on. Currently it produces error.

[8095] GH:\PowerShell\
> ls -Recurse -Depth 1
ls : Provider operation stopped because the provider does not support the 'Depth' parameter.
At line:1 char:1
+ ls -Recurse -Depth 1
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotImplemented: (:) [Get-ChildItem], PSNotSupportedException
    + FullyQualifiedErrorId : NotSupported,Microsoft.PowerShell.Commands.GetChildItemCommand

vors avatar Jul 17 '15 22:07 vors