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

update the cargo-cp-artifact to make windows nice #972

Merged
merged 3 commits into from
Mar 8, 2023
Merged

update the cargo-cp-artifact to make windows nice #972

merged 3 commits into from
Mar 8, 2023

Commits on Mar 8, 2023

  1. update the cargo-cp-artifact to make windows nice

    Spawn has slightly different behavior on windows causing the cp command to fail when passing it additional arguments such as `-- type output.txt` (similar to `cat`). This additive change ensures that we are spawning a shell when appropriate on a windows platform. Tested cross platform.
    DnOberon committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0e0941e View commit details
    Browse the repository at this point in the history
  2. Update index.js

    kjvalencik committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5a66d69 View commit details
    Browse the repository at this point in the history
  3. fixed quotations

    DnOberon committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    bb04fe1 View commit details
    Browse the repository at this point in the history