Smartling / smartling-cli

Smartling-cli is a library and CLI tool for managing Smartling projects. See the project's Wiki for user documentation.
https://github.com/Smartling/smartling-cli/wiki
MIT License
16 stars 9 forks source link

includeOriginalStrings for file pull ? #52

Open shiqi opened 6 years ago

shiqi commented 6 years ago

seems that parameter is not mentioned in the doc/examples and I can't seem to figure out the way to pass to file pull command (sorry if I missed it), is it supported and how do I pass it to the file pull command? Thank you!

dimitrystd commented 6 years ago

Sorry, it was not implemented yet. We will try to add support for it soon.

shiqi commented 6 years ago

FYI, there is a bug in the go sdk that preventing the cli from passing the includeOriginalStrings flag to the final rest api call I created this https://github.com/Smartling/api-sdk-go/pull/3

the go sdk basically will ignore the param and use default if we set it to false and pass to sdk, but the default of that param in the rest api seems to be true