Skip to content

[Feature request] do you plan to support prerequisites-like? #12

@CircleCode

Description

@CircleCode

I like run approach to scripts management.
I find it clever, and I think it can be much more understandable in a lot of situations.
However, what I would miss is something similar to prerequisities.
Since run does not "produce files", but instead "runs scripts", I would assume this would be a list of commands to be run before the choosen one.

For example:

hello-world: get-name
    echo "Hello, ${NAME}"

get-name:
    read _NAME
    export NAME=${_NAME}

Of course, this example makes no sense, but shows the idea.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions