Skip to content

Request: Simple Means of invoking another runfile command from within a runfile script #20

@TekWizely

Description

@TekWizely

There are likely many ways to invision calling between commands within a runfile.

While the nuances of a built-in syntax are being considered, perhaps a simple addition would be to provide access to the Run binary and Runfile currently in use, allowing the user to invoke the runfile direclty within their command script.

Something like:

Runfile

## invokes test2
test1:
    ${RUN} -r ${RUNFILE} test2

## Printls Hello, world
test2:
    echo "Hello, world"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions