[DEV] Allow per folder/file compilation from any working directory
ArgosOfIthica opened this issue · 0 comments
ArgosOfIthica commented
Is your feature request related to a problem? Please describe.
- Currently, scalu can only compile files explicitly put into the scalu_in folder, and only if the working directory is in
/python
. scalu should have the ability to compile folders/files from the command line without scalu_in. - scalu_out/scalu_in generation is relative to the actual working directory if outside the scalu project directory, which is bad.
Describe the solution you'd like
- Implement an optional argument after the
compile
argument specifying the file or folder to be compiled. An additional optional argument should specify the relative path of scalu_out generation. - Check that this kind of relative folder generation doesn't happen unless specified.