Skip to content

Instantly share code, notes, and snippets.

@hotgazpacho
Created July 23, 2013 18:11
Show Gist options
  • Save hotgazpacho/6064728 to your computer and use it in GitHub Desktop.
Save hotgazpacho/6064728 to your computer and use it in GitHub Desktop.
Move-Item : A positional parameter cannot be found that accepts argument 'c:\Dev\MyProject\Core\UserInterface\MyProject.Core.UserInterface.Tests\Views\When_binding_a_list_of_report_templates_to_the_view.should_bind_report_templates_to_the_view.approved.png'.
At line:1 char:1
@hotgazpacho
Copy link
Author

Apparently, Powershell requires named arguments for source (-path) and destination (-destination)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment