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

Do not expose bun CLI to the end user #3

Merged

Commits on Oct 7, 2024

  1. fix!(distrib): Do not expose bun CLI to the end user

    We silently expose a CLI to the bun executable on the user's PATH
    which could mess with its own existing bun setup.
    
    Instead, pybun now only exposes a CLI to the bun executable via `pybun`,
    `python -m pybun`, or a programmatic access.
    
    ---
    
    Fix #2
    ducdetronquito committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    53a9711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe75d57 View commit details
    Browse the repository at this point in the history