Sepi
Results
2
issues of
Sepi
I want to use a function as cwd option. like below. ```lua { name = 'rg', option = { additional_arguments = "--max-depth 4 --follow --threads 1", cwd = function ()...
Are there any reason about for using String as returning type on any functions? For example, I found `BrowserConfigBuilder.build()` returns `std::result::Result`. but String types doesn't implemented std::error:Error. in this implementation,...
kind:feature
topic:interface