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

chore(deps): implement github.com/qdm12/golibs/command locally #2418

Merged
merged 2 commits into from
Aug 21, 2024

Commits on Aug 21, 2024

  1. chore(deps): implement github.com/qdm12/golibs/command locally

    - Use `exec.Cmd` as argument instead of `ExecCmd` interface
    - Return read only channels from the Start method
    - Not closing stdout and stderr channels anymore since there is no need
    qdm12 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5650382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20cb894 View commit details
    Browse the repository at this point in the history