This adds an option to the new command to specify a relative path to the mbed os so that the generated cmake will actually work if you want to use an mbed os stored outside the project directory. You still have to use --mbed-os-path for the compile command to work correctly, but at least it works. Fixes #329
Description
This adds an option to the new command to specify a relative path to the mbed os so that the generated cmake will actually work if you want to use an mbed os stored outside the project directory. You still have to use
--mbed-os-path
for the compile command to work correctly, but at least it works. Fixes #329