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

an include feature for justfiles #1420

Closed
wants to merge 3 commits into from
Closed

an include feature for justfiles #1420

wants to merge 3 commits into from

Commits on Nov 26, 2022

  1. Proof of concept: an include feature for justfiles. (#1)

    * Proof of concept: an include feature for justfiles.
    
    A fast proof that it's straightforward to do a no-fancy-parsing
    include feature.
    
    This design takes all lines that look like this:
    `@include "relative/path/to/file"`
    and replaces them with the contents of the pointed-to file. The resulting buffer
    is passed along to be parsed and executed as before. That's it: no attempt to
    look at the file or do anything with the contents. This is pure concatenation.
    
    * Satisfy clippy.
    
    Co-Authored-By: kevin@seaplane.io
    ceejbot authored and kbknapp committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    74bc8d9 View commit details
    Browse the repository at this point in the history
  2. sort example variables

    Co-authored-by: Mihai Galos <mihaigalos@gmail.com>
    kbknapp and mihaigalos committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    0225f8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54b47fb View commit details
    Browse the repository at this point in the history