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

Add dotenv-filename and dotenv-path to in-justfile settings #1692

Merged

Commits on Oct 10, 2023

  1. Added two new settings to justfiles.

    - `dotenv-filename` can be used to change the name of the `.env` file
    to look for.
    - `dotenv-path` can be used to change the path (and thus the name!) of
    the `.env` file to look for.
    ltfourrier committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cf98ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a1b900 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    7c96dc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    808b1cd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Refactor and add test

    casey committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    5c0d364 View commit details
    Browse the repository at this point in the history
  2. Unwrap lines

    casey committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    303929c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e59b22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09ededd View commit details
    Browse the repository at this point in the history
  5. Placate clippy

    casey committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    caf1dd1 View commit details
    Browse the repository at this point in the history