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

feat: import CalledProcessError for users of run_command (no merge, nl) #62

Merged

Commits on Mar 3, 2024

  1. refactor: replace check_call with run_command

    Jean-Louis Fuchs committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    069a920 View commit details
    Browse the repository at this point in the history
  2. feat: import CalledProcessError for users of run_command

    chore: fix typing of cmd_args
    Jean-Louis Fuchs committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    3618162 View commit details
    Browse the repository at this point in the history
  3. refactor: use run_command in Command

    refactor: update command execution logic to fail hard if a command fails
    Jean-Louis Fuchs committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5a617b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge pull request #63 from adfinis/jlf/chore-use-run_command-in-Command

    refactor: use `run_command` in `Command` (no merge)
    Jean-Louis Fuchs authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cc64c16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #64 from adfinis/jlf/chore-replace-check_call-with…

    …-run_command
    
    refactor: replace `check_call` with `run_command` (no-merge)
    Jean-Louis Fuchs authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    479d431 View commit details
    Browse the repository at this point in the history
  3. refactor: replace call_output with run_command

    Jean-Louis Fuchs committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2741bdb View commit details
    Browse the repository at this point in the history
  4. chore: switch to toml

    Jean-Louis Fuchs committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0b2002f View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge pull request #65 from adfinis/jlf/refactor-replace-call_output-…

    …with-run_command-
    
    refactor: replace `call_output` with `run_command` (no merge, nl)
    Jean-Louis Fuchs authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8e79657 View commit details
    Browse the repository at this point in the history