Open
Description
Noticed that the dash
method does not accept a keyword arg for the app root path, and instead calls the built in app_root_path()
to determine that here:
Line 330 in 462b215
I am facing an issue where my code layout and app invocation does not suit the heuristic the app_root_path()
method uses. It would be useful if the dash
method could accept a keyword arg for that.
Metadata
Metadata
Assignees
Labels
No labels