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

Added a custom wrapper around windows commands to ignore explorer's exit status. #76

Open
wants to merge 3 commits into
base: fix-73
Choose a base branch
from

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    93836b6 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Implemented Changes:

    Moved extract for WindowsRunCommand to From<WindowsRunCommand>
    Made Debug for WindowsRunCommand use Command's Debug
    Fundevoge committed May 10, 2023
    Configuration menu
    Copy the full SHA
    f9a0aa0 View commit details
    Browse the repository at this point in the history
  2. Changed commands() for Windows:

    Now use into<Command>() instead of extract()
    Fundevoge committed May 10, 2023
    Configuration menu
    Copy the full SHA
    5830d95 View commit details
    Browse the repository at this point in the history