be
be copied to clipboard
Absolute project path
Support setting the project with an absolute path:
be in O:\ ben modeling
This would basically be a switch, specifying just a name e.g. myproject results in be looking in the current working directory, via os.listdir, for a directory named myproject. Specifying an absolute path would instead use the specified path.
This would only work with the first argument to be in.
The use case being having a project directly mapped to a drive and thus can't be listed via os.listdir.