Skip to content

Task to Add Search Paths #94

@CurroRodriguez

Description

@CurroRodriguez

Story

As a user, I would like to add locations to the search path, so I can control where additional libraries are located.

Description

Although not recommended, there might be instances where additional search paths are needed, and Bolt should be able to set those search paths through a task to provide more flexibility. The configuration should look like:

config = {
    'search-paths': {
        paths = [
            path1,
            path2,
        ]
    }
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions