[TIMOB-27836] CLI: --colors flag not copied across when forking SDK
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Ewan Harris |
Assignee | Ewan Harris |
Created | 2020-04-07T14:09:02.000+0000 |
Updated | 2020-04-07T14:09:02.000+0000 |
Description
Description
When the selected SDK does not match the tiapp set SDK the --colors
flag does not get carried across to the forked SDK.
Steps to reproduce
1. Make sure your selected sdk is different to your tiapp sdk
2. Build with appc run -p ios --colors
Actual
In the forked command --colors
is not present
Expected
--colors
should be copied over as it should exist in the command context
Comments
JSON Source
No comments