isonic1 / flick

A CLI with helpful QA tools for Android (Devices & Emulators) and iOS (Devices).
MIT License
101 stars 26 forks source link

Info command appends new lines to existing file #18

Closed sskorol closed 7 years ago

sskorol commented 7 years ago

Execute the following command twice: flick info -u [udid] -p [platform] -s true -o $HOME

Expected: file is overwritten. Actual: file is appended.

There's no need to append file with the same info.

isonic1 commented 7 years ago

This is fixed. Thanks for reporting.