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,
]
}
}
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: