microsoft / team-explorer-everywhere

Team Explorer Everywhere Plugin for Eclipse
Other
300 stars 96 forks source link

GET and (STATUS -shelveset) should support -workspace #272

Open sebasmonia opened 6 years ago

sebasmonia commented 6 years ago

get -recursive "$/Some Directory/Other Dir/MyProject" -workspace:"ValidWorkspace"

returns:

An argument error occurred: The workspace option is not valid for the get command.

I think the workspace would make sense here as it could help determine the local path to download based on the mappings.

Is there no way to GET using a server path? (Unless I'm running the tool from an already mapped folder)

sebasmonia commented 6 years ago

This applies also to the status command when using the -shelveset option. The workspace contains collection information, so using -collection or -workspace should be equivalent.