What is `crowdin-cli download` (w/o branch argument) exactly supposed to do?
So, the description says Download latest translations from Crowdin. But what does that mean in practice?
In my opinion, it should download the files that are not part of any branch. So, for example. If I only have one file (let's call it mainFile) and then multiple branches of the same file. When I do crowdin-cli download I expect to get mainFile in the same way that if I do crowdin-cli download -b branch I get the file for that branch. But that's definitely not happening, I'm not even sure what things are been downloaded.
Could someone please clarify?
Thanks
Should be improved by Crowdin team shortly, then "crowdin-cli download" will touch only those files which are stored outside of branches (in project's root dir).
From now on, crowdin-cli download will download files stored in the project root directory (not inside branches)
Does it force a build to occur before downloading? Or it downloads the files that were output from last build? Thx